From f42da2095726e06230f7405c924088b896eec251 Mon Sep 17 00:00:00 2001 From: Reimar Date: Mon, 13 Oct 2025 11:20:14 +0200 Subject: [PATCH] fix button styling --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }