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