From 819f3085331e6b43e1dbecb88bb628c21cf672d7 Mon Sep 17 00:00:00 2001 From: koirand Date: Tue, 7 May 2019 22:31:38 +0900 Subject: [PATCH] Make the top page icon the same width #47 --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 9a64337..145863a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -78,6 +78,10 @@ nav ul { list-style: none; } +nav li { + flex: 1; +} + /* Contents List */ #searchBox { position: relative;