commit 57067845209d902b08772b70d2a2f7f98805229d parent 00a9297db97b87d998644f2fe17d08e49313029c Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com> Date: Thu, 24 Dec 2020 11:45:29 -0800 Make filters centered. Diffstat:
| M | css/filterInput.css | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/css/filterInput.css b/css/filterInput.css @@ -8,9 +8,9 @@ font-size: 20px; margin-bottom: 5px; } -.filtersInput { - margin-left: 5px; - margin-right: 5px; +.filtersInput div { + margin-left: 10px; + margin-right: 10px; margin-top: 10px; } .filtersInput div h2 button {