Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2020-03-05 02:26:05 +0300
committerKarl <kc0bfv@gmail.com>2020-03-05 02:26:05 +0300
commit6aa4512b8c5bb2dd44f896c8fc44a2ed08b33775 (patch)
treeb0c790e96a62fc34fb2124fb469c475743feb134
parentcaae96e3be6a40d8af507872b63ff7888d3056c4 (diff)
Better font size at larger width
-rw-r--r--static/css/myboth.css4
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;
}