Tweak scoring display.

This commit is contained in:
Patrick Fairbank
2017-09-10 12:23:22 -07:00
parent 88e5e3c571
commit 79334ab0a0
2 changed files with 30 additions and 13 deletions

View File

@@ -98,16 +98,29 @@ html {
}
.score-fields {
float: left;
width: 20%;
height: 100%;
line-height: 29px;
text-align: center;
display: table;
font-size: 23px;
display: block;
font-size: 20px;
font-family: "FuturaLTBold";
color: #fff;
opacity: 0;
}
.score-fields-icons {
line-height: 99px;
text-align: center;
width: 30px;
}
.score-fields-icons span {
display: inline-block;
line-height: 33px;
}
.score-fields-text {
width: 19px;
}
.score-fields-text span {
display: inline-block;
line-height: 34px;
padding: 0;
}
#logo {
position: relative;
top: 30px;