From 80abea4a86a1cffa4a780f2bd1b57139a5f05919 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sat, 11 Aug 2018 14:17:59 -0600 Subject: [PATCH] Updated text size to 13.9vh in order to fit "At Connaught" on a single line on a 1080p display. --- www/where/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%);}