nav/banner fixes (#214)
This commit is contained in:
parent
ef52e5c0c7
commit
41e47b9140
1 changed files with 10 additions and 6 deletions
|
@ -460,12 +460,6 @@ a.nav-link:hover {
|
|||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
@media (max-width: 765px) {
|
||||
#frontpage .container {
|
||||
margin-top: -35px
|
||||
}
|
||||
}
|
||||
|
||||
#settings2 .nav.settings-nav .fas {
|
||||
color: var(--grey) !important
|
||||
}
|
||||
|
@ -501,3 +495,13 @@ a.nav-link:hover {
|
|||
text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000 !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
.d-flex.justify-content-between.align-items-center.pt-3.pb-2.sorting {
|
||||
float: left !important;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.sorting {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue