From ba793bb6cb97fb84c3f13d5e8e20b7c57e7f5bf4 Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Tue, 28 Nov 2017 23:26:35 +0100 Subject: [PATCH] Increase font size --- bar-history/index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bar-history/index.html b/bar-history/index.html index c0dc2d9..f8e7cfe 100644 --- a/bar-history/index.html +++ b/bar-history/index.html @@ -31,16 +31,21 @@ } h1 { font-family: "ceva", sans-serif; + font-size: 72px; + width: 80vw; + text-align: center; } p { font-family: 'Source Code Pro', sans-serif; - font-size: 20px; + font-size: 36px; color: #a0a0a0; margin-top: -10vh; + width: 80vw; + text-align: center; } cbase-polar { - height: 80vh; - width: 80vh; + height: 72vh; + width: 72vh; margin-left: 80px; }