mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Remove negative margins from headers, and fix margin on download li items
This commit is contained in:
parent
bc628f8394
commit
f5448e643f
1 changed files with 1 additions and 2 deletions
|
@ -956,7 +956,6 @@ h2{
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-left: -1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3,
|
h3,
|
||||||
|
@ -1425,7 +1424,7 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
|
|
||||||
article.ebook section#download li span:nth-child(3){
|
article.ebook section#download li span:nth-child(3){
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 1.75rem;
|
margin-left: 2rem;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue