diff --git a/style.css b/style.css index aa1cef1..81d17a4 100644 --- a/style.css +++ b/style.css @@ -63,8 +63,7 @@ div#buttons { width: 100%; display: flex; flex-wrap: wrap; - flex: row; - gap: 0.3rem; + gap: 0.5rem; } div#buttons > * { @@ -73,6 +72,7 @@ div#buttons > * { div#buttons button { width: 100%; + height: 100%; white-space: nowrap; }