scale padlabel to screen size
This commit is contained in:
parent
820149a140
commit
4ca4889955
2 changed files with 9 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue