Make text less huge
This commit is contained in:
parent
101861674e
commit
4b3a0bec4a
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue