From 6aa4512b8c5bb2dd44f896c8fc44a2ed08b33775 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Wed, 04 Mar 2020 23:26:05 +0000
Subject: [PATCH] Better font size at larger width
---
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 5f4ff65..c4dd458 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: 8vw;
+ font-size: 7vw;
text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black;
color: white;
position: absolute;
- bottom: -2vw;
+ bottom: -1.2vw;
left: 0vw;
}
--
Gitblit v1.10.0