fix: mobile sprite icons overflow in experience section
Sprite icons (.icon-sprite.icon-section) had fixed 80px dimensions while mobile breakpoint set container to 60px, causing overflow. Added mobile-specific rules to scale sprites to 60px with proper background-size and positioning calculations.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{define "head-styles"}}
|
||||
<!-- CSS - Always use bundled CSS (built via 'make css-prod') -->
|
||||
<!-- Individual CSS files are merged into one bundle to reduce HTTP requests -->
|
||||
<link rel="stylesheet" href="/static/dist/bundle.min.css?v=20251206">
|
||||
<link rel="stylesheet" href="/static/dist/bundle.min.css?v=20251206b">
|
||||
<!-- Print styles - loaded separately, only applied when printing -->
|
||||
<link rel="stylesheet" href="/static/css/print.css" media="print">
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user