mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
fix hamburger menu
This commit is contained in:
parent
dfbc94ba48
commit
7a003e52c6
2 changed files with 4 additions and 3 deletions
|
@ -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{
|
||||
|
|
|
@ -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 }}">
|
||||
|
|
Loading…
Reference in a new issue