scale padlabel to screen size

This commit is contained in:
Unrud 2018-09-30 00:26:29 +02:00
parent 820149a140
commit 4ca4889955
2 changed files with 9 additions and 3 deletions

View file

@ -49,10 +49,16 @@ body {
margin-top: auto;
margin-bottom: auto;
text-align: center;
font-size: 4em;
font-size: 4rem;
word-wrap: break-word;
}
@media (max-width: 32rem) {
#padlabel {
font-size: 13vw;
}
}
#fullscreenbutton,
#keyboardbutton,
#sendbutton,