mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Tweak margins in header nav in responsive modes
This commit is contained in:
parent
99f1c1537a
commit
678c7ff0bb
1 changed files with 6 additions and 0 deletions
|
@ -2124,6 +2124,10 @@ article.ebook section aside.donation p::after{
|
||||||
body > header ul li:nth-child(odd)::before{
|
body > header ul li:nth-child(odd)::before{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body > header ul li:nth-child(2) ~ li{
|
||||||
|
margin-top: .5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 500px){
|
@media(max-width: 500px){
|
||||||
|
@ -2290,6 +2294,8 @@ article.ebook section aside.donation p::after{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
body > header ul li:nth-child(2) ~ li,
|
||||||
body > header ul li + li{
|
body > header ul li + li{
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue