mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Left-align dates in ebook history on small displays
This commit is contained in:
parent
81cd2b74dd
commit
9192f25c2c
1 changed files with 4 additions and 0 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue