Make tile layout a bit better, so we stop losing parts of text.

This commit is contained in:
Ian Gulliver
2016-01-01 21:38:21 -08:00
parent f0de371500
commit a74b64f457

View File

@@ -142,6 +142,7 @@ babyStatsCellStatus {
background-color: rgb(189,21,80);
color: rgb(248,202,0);
font-size: 3vmin;
opacity: 0.8;
}
.babyStatsCellStatusActive {
@@ -157,7 +158,7 @@ babyStatsCellContents {
padding: 5px;
height: calc(100% - 20px);
width: calc(100% - 20px);
font-size: 6vmin;
font-size: 5vmin;
font-weight: bold;
white-space: pre-line;
background-color: rgb(73,10,61);