From 3909e7d7bec775684e7a44df435bfc1c383f14e7 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 17 Sep 2022 17:41:52 +0900 Subject: [PATCH] fixed nav margin --- app/views/app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/app.css b/app/views/app.css index df37b10..5d87dc0 100644 --- a/app/views/app.css +++ b/app/views/app.css @@ -31,10 +31,13 @@ header h1 > :is(a, a:hover) { } header nav > * { - margin: 0.75rem; font-size: 1.25rem; } +header nav > * + * { + margin-inline-start: 0.75rem; +} + a[href^="/"] { text-decoration: none; }