Enable media queries

This commit is contained in:
Hazem Krimi
2023-11-02 15:49:57 +01:00
parent c463e30f43
commit 8eeb9fc974
3 changed files with 34 additions and 8 deletions
+5 -3
View File
@@ -1,7 +1,8 @@
{{ define "styles" }}
{{ $styles := resources.Get "css/partials/header.css" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
{{ define "styles" }}
{{ $styles := resources.Get "css/partials/header.css" | toCSS | minify }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}" />
{{ end }}
{{ $headerFaceImage := resources.Get "images/header-face.png" }}
@@ -34,4 +35,5 @@
data-sun="{{ $sun.Permalink }}"
></span>
</div>
<span id="burger">{{ readFile "assets/icons/burger.svg" | safeHTML }}</span>
</header>