nav/banner fixes (#214)

This commit is contained in:
beese_buck 2022-02-26 14:17:29 -05:00 committed by GitHub
parent ef52e5c0c7
commit 41e47b9140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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