From c4090f5d5ef189024acb68caf0bdae67b44b439a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Mon, 4 Dec 2023 20:30:24 +0900 Subject: [PATCH] style: bottom of list margin --- static/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style/style.css b/static/style/style.css index b3b26d64..18cf3426 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -41,7 +41,7 @@ #issues-container { max-width: 640px; margin: auto; - padding: 0 0 48px; + padding: 0 0 56px; /* overflow: scroll; */ scrollbar-width: none; -ms-overflow-style: none;