From 85d82f4dfce3f2b791cffb6e3bcf70e0d0c6df25 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Tue, 25 Oct 2022 10:59:23 -0600 Subject: [feat] Add post dates --- static/style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 8ac1f13..64973ab 100644 --- a/static/style.css +++ b/static/style.css @@ -126,6 +126,17 @@ main { main * { margin: 1rem 0 } +h1, h1 * { font-size: 26px } +h2, h2 * { font-size: 22px } + +p.post-date { + margin: -1rem 0 -.2rem; +} +p.post-date * { + font-size: 15px; + color: #999; +} + [lang=jpn], [lang=jpn] * { font-size: 17px; } @@ -193,9 +204,6 @@ hr { border-top: .5px solid rgba(0,0,0,.2); } -h1, h1 * { font-size: 26px } -h2, h2 * { font-size: 22px } - img:not(.emoji) { display: block; max-width: 100%; -- cgit v1.2.3-70-g09d2