From af427e848dd7fd87bc22defd2b904d56bd004014 Mon Sep 17 00:00:00 2001 From: Koutarou Mori Date: Wed, 29 Jun 2022 18:40:19 +0900 Subject: [PATCH] remove waste padding --- static/css/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/header.css b/static/css/header.css index fe5bb77..cab735b 100644 --- a/static/css/header.css +++ b/static/css/header.css @@ -4,7 +4,7 @@ flex-flow: row wrap; justify-content: flex-start; margin: 0; - padding: 0.25rem 0; + padding: 0 0 0.25rem 0; gap: 0rem 1.5rem; }