From dcbb0dc85355b956c828945b92cf4b83957d633f Mon Sep 17 00:00:00 2001 From: koirand Date: Sun, 9 Feb 2020 16:25:46 +0900 Subject: [PATCH] Update style of top page icon --- assets/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 3ba9fa7..b2ee87d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -71,15 +71,13 @@ footer { nav ul { display: flex; - justify-content: space-evenly; - max-width: 300px; - margin: 20px auto; + justify-content: center; padding: 0; list-style: none; } nav li { - flex: 1; + margin: 0 10px; } /* Contents List */