From 42af917206abb89320f35184b48cd8a31084901a Mon Sep 17 00:00:00 2001 From: suroh Date: Fri, 30 Nov 2018 18:11:27 +0100 Subject: [PATCH] Updated .messages to have more top margin. Re-arranged CSS to bring * & body to top of page. --- xppl/static/css/style.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/xppl/static/css/style.css b/xppl/static/css/style.css index 0c794a4..4b5179b 100755 --- a/xppl/static/css/style.css +++ b/xppl/static/css/style.css @@ -1,9 +1,18 @@ @import url("../fonts/fonts_style.css"); +/* TODO: Why is there two font-family settings */ * { font-family: "Archivo Narrow"; } +body { + font-family: "Archivo Narrow" +} + +nav { + font-size: .7em +} + p { font-size: 20px; } @@ -389,7 +398,7 @@ div.marquee>div.marquee-text { bottom: 40px; display: block; width: 100%; - padding: 10px; + padding: 30px 10px 10px; margin: 0px; height: 100%; overflow-y: scroll; @@ -611,14 +620,6 @@ div.marquee>div.marquee-text { cursor: pointer; } -body { - font-family: "Archivo Narrow" -} - -nav { - font-size: .7em -} - @page { size: A5; margin: 1cm