From 9192f25c2cfd4b4edc78ea2b1d5c5d11a5c71ef5 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 5 Apr 2020 16:44:33 -0500 Subject: [PATCH] Left-align dates in ebook history on small displays --- www/css/core.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/core.css b/www/css/core.css index 1290c2e2..3d733708 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -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){