diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-10-02 02:37:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-10-02 02:37:45 +0900 |
| commit | bc925d12812818c457b9b2497958a60709d56a68 (patch) | |
| tree | ce2e80849cc55e6101c30b38e3d16136afce26a5 /vhosts/blog/public/style.css | |
| parent | bd93a7761d2288b303e191caa1eb327bfc5eee97 (diff) | |
| download | nsfisis.dev-bc925d12812818c457b9b2497958a60709d56a68.tar.gz nsfisis.dev-bc925d12812818c457b9b2497958a60709d56a68.tar.zst nsfisis.dev-bc925d12812818c457b9b2497958a60709d56a68.zip | |
feat(blog/style): tweak nav style
Diffstat (limited to 'vhosts/blog/public/style.css')
| -rw-r--r-- | vhosts/blog/public/style.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/vhosts/blog/public/style.css b/vhosts/blog/public/style.css index 8d7120af..a3fd816f 100644 --- a/vhosts/blog/public/style.css +++ b/vhosts/blog/public/style.css @@ -42,7 +42,7 @@ body > footer { } nav { - font-size: 1.5rem; + font-weight: bold; padding: 0; margin: 0; width: 100%; @@ -57,11 +57,14 @@ nav ul { } nav ul li { - margin: 0 1.2rem; + font-size: 1.25rem; + margin: 0 0.5rem; + display: flex; + align-items: center; } nav ul li:first-child { - font-weight: bold; + font-size: 1.5rem; margin-right: auto; } |
