Fix button card font size on mobile (#14698)

This commit is contained in:
Adam Kapos 2023-01-24 14:59:33 +02:00 committed by GitHub
parent 5e4b673751
commit ccf15c7fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ export class HuiButtonCard extends LitElement implements LovelaceCard {
align-items: center;
text-align: center;
padding: 4% 0;
font-size: 1.2rem;
font-size: 16.8px;
height: 100%;
box-sizing: border-box;
justify-content: center;