forked from planex/defiance
remove bullet points from entries in searches
This commit is contained in:
parent
6bf3869bed
commit
c9059060d8
1 changed files with 7 additions and 1 deletions
|
@ -122,10 +122,17 @@ li:first-child {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#artlist li{
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 769px) {
|
@media screen and (min-width: 769px) {
|
||||||
#nav-toggle-mobile {
|
#nav-toggle-mobile {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
footer {
|
||||||
|
padding-left: 25%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1700px) {
|
@media screen and (min-width: 1700px) {
|
||||||
|
@ -150,7 +157,6 @@ li:first-child {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.nav-li {
|
.nav-li {
|
||||||
padding-right: 8px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue