6172ada527
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.
8 lines
408 B
HTML
8 lines
408 B
HTML
{{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=20251206b">
|
|
<!-- Print styles - loaded separately, only applied when printing -->
|
|
<link rel="stylesheet" href="/static/css/print.css" media="print">
|
|
{{end}}
|