diff --git a/index.html b/index.html index f0be7e9..98fb9e4 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,6 @@ -
- -

Lemonade Stand

-
diff --git a/style.css b/style.css index 8a4a8d1..4c76d67 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ body { max-width: 1200px; margin: 0 auto; display: grid; - grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 10px; } @@ -894,7 +894,7 @@ canvas { font-size: 36px; } - .game_section > p { + .game_section>p { font-size: 22px; }