mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Karl
05.26.2020 6aa4512b8c5bb2dd44f896c8fc44a2ed08b33775
Better font size at larger width
1 files modified
4 ■■■■ changed files
static/css/myboth.css 4 ●●●● patch | view | raw | blame | history
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;
}