From caae96e3be6a40d8af507872b63ff7888d3056c4 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Wed, 04 Mar 2020 00:17:46 +0000
Subject: [PATCH] Small header size update

---
 static/css/myboth.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/css/myboth.css b/static/css/myboth.css
index 755220e..5f4ff65 100644
--- a/static/css/myboth.css
+++ b/static/css/myboth.css
@@ -30,11 +30,11 @@
 #header-text {
     font-family: "Ubuntu-Titling", "Ubuntu", Roboto, sans-serif;
     font-weight: bold;
-    font-size: 6vw;
+    font-size: 8vw;
     text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black;
     color: white;
     position: absolute;
-    bottom: -1.5vw;
+    bottom: -2vw;
     left: 0vw;
 }
 

--
Gitblit v1.10.0