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,
|
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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue