Remove negative margins from headers, and fix margin on download li items

This commit is contained in:
Alex Cabal 2020-11-20 11:46:02 -06:00
parent bc628f8394
commit f5448e643f

View file

@ -956,7 +956,6 @@ h2{
line-height: 1.2;
letter-spacing: 1px;
text-transform: uppercase;
margin-left: -1rem;
}
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){
display: block;
margin-left: 1.75rem;
margin-left: 2rem;
padding-top: 0;
}
}