From bc925d12812818c457b9b2497958a60709d56a68 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 2 Oct 2023 02:37:45 +0900 Subject: feat(blog/style): tweak nav style --- vhosts/blog/static/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'vhosts/blog/static') diff --git a/vhosts/blog/static/style.css b/vhosts/blog/static/style.css index 8d7120af..a3fd816f 100644 --- a/vhosts/blog/static/style.css +++ b/vhosts/blog/static/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; } -- cgit v1.2.3-70-g09d2