mirror of
https://github.com/standardebooks/web.git
synced 2025-07-17 20:06:39 -04:00
Fix wide nav buttons on small screens
This commit is contained in:
parent
5e8bc23819
commit
0c041ef003
1 changed files with 10 additions and 5 deletions
|
@ -2243,6 +2243,11 @@ label.checkbox input{
|
||||||
grid-column: 4;
|
grid-column: 4;
|
||||||
margin-top: 1.4rem;
|
margin-top: 1.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article nav ol li:not(.highlighted),
|
||||||
|
main.ebooks nav ol li:not(.highlighted){
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 700px){
|
@media(max-width: 700px){
|
||||||
|
@ -2398,11 +2403,6 @@ label.checkbox input{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
article nav ol li:not(.highlighted),
|
|
||||||
main.ebooks nav ol li:not(.highlighted){
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
main.front-page > section > section figure.stacked img.bottom,
|
main.front-page > section > section figure.stacked img.bottom,
|
||||||
main.front-page > section > section figure.stacked img.top{
|
main.front-page > section > section figure.stacked img.top{
|
||||||
width: 75%;
|
width: 75%;
|
||||||
|
@ -2554,6 +2554,11 @@ label.checkbox input{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article nav a[rel],
|
||||||
|
main.ebooks nav > a{
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports not(hyphens: auto){
|
@supports not(hyphens: auto){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue