diff options
Diffstat (limited to 'themes/aoidh/assets')
| -rw-r--r-- | themes/aoidh/assets/aoidh.css | 5 |
1 files changed, 4 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 { |