Left-align dates in ebook history on small displays

This commit is contained in:
Alex Cabal 2020-04-05 16:44:33 -05:00
parent 81cd2b74dd
commit 9192f25c2c

View file

@ -1522,6 +1522,10 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
article.ebook > header > div > p{
font-size: 1.2rem;
}
article.ebook #history li time{
text-align: left;
}
}
@media(max-width: 380px){