Merge pull request #1829 from thornbill/size-matters

Make fallback text on cards less tiny
This commit is contained in:
dkanada
2020-08-21 12:17:17 +09:00
committed by GitHub
+2
View File
@@ -372,6 +372,8 @@ button::-moz-focus-inner {
.cardDefaultText {
white-space: normal;
text-align: center;
font-size: 2em;
font-weight: bold;
}
.cardImageContainer .cardImageIcon {