Mobile CSS fixes

This commit is contained in:
David Eisinger
2023-10-10 14:17:31 -04:00
parent 16394733c5
commit a5c6722dbb
2 changed files with 7 additions and 0 deletions

View File

@@ -3,4 +3,5 @@
<title>{{ .Site.Title }}</title>
{{ $css := resources.Get "css/style.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>