diff --git a/www/where/index.php b/www/where/index.php index 3af1918..080b3d1 100644 --- a/www/where/index.php +++ b/www/where/index.php @@ -24,7 +24,7 @@ html, body {height: 100%; min-height: 100%;} body {background-color: #333333;} p {font-size: 5vh; color: #FFFFFF; opacity: 0.5;} - h1 {font-size: 14vh; color: #FFFFFF;} + h1 {font-size: 13.9vh; color: #FFFFFF;} #container {width: 100%; height: 100%; border: 1.5vw solid #333333; background: linear-gradient(135deg, #a25cbf 0%,#009cde 100%);} #centered {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}