From c9059060d842472e6a4cbb372eea1960fb762719 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Mon, 13 Feb 2023 13:47:33 -0800 Subject: [PATCH] remove bullet points from entries in searches --- static/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 5c53fe7..35304f5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -122,10 +122,17 @@ li:first-child { padding: 0px; } +#artlist li{ + list-style-type: none; +} + @media screen and (min-width: 769px) { #nav-toggle-mobile { display: none; } + footer { + padding-left: 25%; + } } @media screen and (min-width: 1700px) { @@ -150,7 +157,6 @@ li:first-child { flex-direction: column; } .nav-li { - padding-right: 8px; width: 100%; float: left; display: none;