Tweak logo sizes and positions.

This commit is contained in:
Patrick Fairbank
2020-04-25 15:21:06 -07:00
parent cc35643325
commit 34ca9d06cc
6 changed files with 14 additions and 17 deletions

View File

@@ -44,6 +44,7 @@ body[data-mode=timeout] .mode#match {
bottom: 0;
left: 0;
right: 0;
height: 80%;
margin: auto auto;
}

View File

@@ -111,11 +111,11 @@ html {
padding-top: 5px;
padding-bottom: 5px;
top: 30px;
height: 85px;
height: 80px;
}
#matchTime {
position: relative;
top: 1px;
top: 11px;
height: 60px;
color: #222;
font-family: "FuturaLTBold";
@@ -203,8 +203,8 @@ html {
}
#blindsLogo {
position: relative;
top: 37px;
height: 185px;
top: 65px;
height: 160px;
}
#finalScore {
position: fixed;