Fix off-center ebook author and hero images on small screens

This commit is contained in:
Alex Cabal 2020-08-14 10:21:41 -05:00
parent fdfd9fb97b
commit 128c701074

View file

@ -695,6 +695,8 @@ article.ebook > header img{
z-index: 0;
height: 100%;
width: auto;
object-fit: cover;
max-width: 100%;
}
article.ebook section#details ul{
@ -885,6 +887,10 @@ article.ebook h1{
text-align: center;
}
article.ebook h2{
text-align: center;
}
aside#reading-ease,
section#description{
margin-top: 2rem;