File size: 193 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
.Button {
display: inline-block;
border-radius: 3px;
border: 0;
outline: 0;
font-size: 1rem;
}
@media(max-height: 600px) {
.Button {
font-size: 0.9rem;
}
} |