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
commit ca358552a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {