diff options
Diffstat (limited to 'themes/aoidh')
| -rw-r--r-- | themes/aoidh/assets/aoidh.css | 5 | ||||
| -rw-r--r-- | themes/aoidh/layouts/_partials/header.html | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index 118cbf2..03fc529 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -42,13 +42,16 @@ body { } header { - margin-bottom: 2rem; + margin-bottom: 1.5rem; } nav ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(6.5rem, 1fr)); gap: .4rem .8rem; + margin: 0; + margin-block: 0 .8rem; + padding: 0; } nav li { diff --git a/themes/aoidh/layouts/_partials/header.html b/themes/aoidh/layouts/_partials/header.html index 8b590e8..2d853ca 100644 --- a/themes/aoidh/layouts/_partials/header.html +++ b/themes/aoidh/layouts/_partials/header.html @@ -1 +1,2 @@ {{ partial "nav.html" . }} +<hr>
\ No newline at end of file |