fix(web): fix h3 font size

This commit is contained in:
Masahiko AMANO 2023-02-22 08:38:20 +03:00
parent cb2de0658f
commit c1a4d79481

View File

@ -100,7 +100,7 @@ h3 {
margin: 0;
margin-top: 0.5vw;
font-family: Secular One, sans-serif;
font-size: 3vw;
font-size: 3vmax;
}
form {