From d83968a2215513b24667c9698675cb9604bfb829 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sat, 25 Jul 2020 19:50:00 +0000 Subject: [PATCH] Tweak dynamic styling for openring --- static/style.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 0a60c71..b795f18 100644 --- a/static/style.css +++ b/static/style.css @@ -253,6 +253,10 @@ p.openring { margin-right: 32px; margin-left: 32px; } + + div.article p.summary { + line-height: 1.5; + } } @media only screen and (max-width: 550px) { @@ -322,11 +326,16 @@ p.openring { padding-bottom: 24px; } - div.article p.summary { - line-height: 1.5; - } - div.title-subtext { font-size: 18px; } + + div.article p.summary { + margin-top: 8px; + margin-bottom: 8px; + } + + p.openring { + text-align: center; + } }