Updated text size to 13.9vh in order to fit "At Connaught" on a single line on a 1080p display.

This commit is contained in:
Jason Williams 2018-08-11 14:17:59 -06:00
parent 00cf9686a3
commit 80abea4a86
1 changed files with 1 additions and 1 deletions

View File

@ -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%);}
</style>