Improve spacing at top of navs

This commit is contained in:
hunicus 2022-02-08 14:30:18 -05:00
parent 22137fef5a
commit bb6a22192c
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9
2 changed files with 5 additions and 4 deletions

View File

@ -5,10 +5,6 @@ p {
margin: 15px 0 10px 0;
}
p:first-child {
margin-top: 0;
}
a {
color: #fff;
text-decoration: none;

View File

@ -78,6 +78,7 @@ li.nav-item {
#doc-nav-desktop {
width: 300px;
margin-top: -15px;
}
#doc-nav-desktop.relative {
@ -154,6 +155,10 @@ li.nav-item {
z-index: 100;
}
#doc-nav-mobile .card-body {
padding: 0 1.25rem 1.25rem 1.25rem;
}
#doc-nav-mobile > div {
background-color: #2d3348;
z-index: 100;