From 4eb731f1797715e967cfc3f4ff62162303bf1caa Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Tue, 28 Nov 2017 23:29:42 +0100 Subject: [PATCH] Font size tweaks --- bar-history/index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bar-history/index.html b/bar-history/index.html index f8e7cfe..3b849df 100644 --- a/bar-history/index.html +++ b/bar-history/index.html @@ -31,14 +31,19 @@ } h1 { font-family: "ceva", sans-serif; - font-size: 72px; + font-size: 8vh; width: 80vw; text-align: center; + margin: 0px; + padding: 0px; + line-height: 10vh; } p { font-family: 'Source Code Pro', sans-serif; - font-size: 36px; + font-size: 6vh; color: #a0a0a0; + margin: 0px; + padding: 0px; margin-top: -10vh; width: 80vw; text-align: center;