Make text less huge

This commit is contained in:
Andras Schmelczer 2022-09-26 21:13:20 +02:00
parent 101861674e
commit 4b3a0bec4a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -17,7 +17,7 @@ canvas,
h1,
p,
button {
font: 400 5rem "Raleway", cursive;
font: 400 3rem "Raleway", cursive;
}
canvas,
@ -28,8 +28,8 @@ button {
p,
button {
font-size: 1.8rem;
margin-top: 2rem;
font-size: 1.5rem;
margin-top: 1rem;
}
#menuBox {