remove bullet points from entries in searches

This commit is contained in:
ch0ccyra1n 2023-02-13 13:47:33 -08:00
parent 6bf3869bed
commit c9059060d8

View file

@ -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;