Adjust timer font size for smallest target display (iPhone SE).

This commit is contained in:
Christopher Charbonneau Wells 2017-10-11 13:59:32 -04:00
parent b5fd51c6dd
commit 117ee939cf
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#view-timer-detail {
#timer-status {
font-size: $display4-size;
font-weight: $display4-weight;
font-size: $h1-font-size;
font-weight: $display1-weight;
}
}
@ -9,7 +9,6 @@
#view-timer-detail {
#timer-status {
font-size: $display1-size;
font-weight: $display1-weight;
}
}
}