mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Fix CSS for manual top-level numbers in responsive mode
This commit is contained in:
parent
c88dc363a2
commit
dbf8806739
1 changed files with 4 additions and 0 deletions
|
@ -722,6 +722,10 @@ main.manual aside.alert p{
|
|||
main.manual nav + article h1{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.manual > article > section[id] > aside.number{
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 1100px){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue