mirror of
https://github.com/mempool/mempool.git
synced 2024-12-29 09:44:26 +01:00
Improve spacing at top of navs
This commit is contained in:
parent
22137fef5a
commit
bb6a22192c
@ -5,10 +5,6 @@ p {
|
|||||||
margin: 15px 0 10px 0;
|
margin: 15px 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p:first-child {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -78,6 +78,7 @@ li.nav-item {
|
|||||||
|
|
||||||
#doc-nav-desktop {
|
#doc-nav-desktop {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
margin-top: -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#doc-nav-desktop.relative {
|
#doc-nav-desktop.relative {
|
||||||
@ -154,6 +155,10 @@ li.nav-item {
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#doc-nav-mobile .card-body {
|
||||||
|
padding: 0 1.25rem 1.25rem 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
#doc-nav-mobile > div {
|
#doc-nav-mobile > div {
|
||||||
background-color: #2d3348;
|
background-color: #2d3348;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
Loading…
Reference in New Issue
Block a user