mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: nav items margin on smaller screens
This commit is contained in:
parent
ff4f5c2634
commit
68506bf550
|
@ -15,6 +15,23 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.td-navbar .td-navbar-nav-scroll {
|
||||||
|
height: unset !important;
|
||||||
|
margin-top: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.td-navbar .td-navbar-nav-scroll .nav-link {
|
||||||
|
padding: 1vh 2vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.td-navbar .td-navbar-nav-scroll .navbar-nav {
|
||||||
|
padding-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-item {
|
||||||
|
margin-right: .5vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.td-sidebar {
|
.td-sidebar {
|
||||||
padding-top: 5rem;
|
padding-top: 5rem;
|
||||||
|
|
Loading…
Reference in a new issue