fix hamburger menu

This commit is contained in:
zoe 2022-04-16 16:19:16 +02:00
parent dfbc94ba48
commit 7a003e52c6
2 changed files with 4 additions and 3 deletions

View File

@ -145,10 +145,11 @@ header{
display: grid;
align-items: center;
justify-content: center;
overflow: scroll;
& * {
display: grid;
margin-top: 0.24vh;
margin-bottom: 0.24vh;
margin-top: 2pt;
margin-bottom: 2pt;
text-align: center;
}
&.hidden{

View File

@ -1,7 +1,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title }}</title>
<title>{{ .Title }}@{{ .Site.Title }}</title>
{{ $css := resources.Get "scss/main.scss" }}
{{ $css = $css | toCSS }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">