diff options
author | hellekin <how@cepheide.org> | 2024-10-23 19:29:53 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 19:29:53 +0200 |
commit | 1d8d37a68f4fc868ee93d5e1d60660397866058a (patch) | |
tree | 1edb85c84538571b6976acf9487f74d4c670d261 /assets/scss/_header-nav.scss | |
parent | 822f6988bbee0fcbcb1334a26c556df3262f7d44 (diff) | |
download | lesoiseaux.io-1d8d37a68f4fc868ee93d5e1d60660397866058a.tar.gz |
[CSS] I love spending my time IFOC doing shit so much I would like to do only this. And then die. Or maybe I can live forever.v1.4.4
Diffstat (limited to 'assets/scss/_header-nav.scss')
-rw-r--r-- | assets/scss/_header-nav.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/scss/_header-nav.scss b/assets/scss/_header-nav.scss index 93c4a74..3c07b8f 100644 --- a/assets/scss/_header-nav.scss +++ b/assets/scss/_header-nav.scss @@ -4,10 +4,11 @@ article > header > nav { ul { list-style: none; margin: 1rem auto; - padding: 0; + padding: 1rem; display: flex; width: 100%; - + background-color: $bg-txt-on; + li { margin: 0 auto; flex: 1; |