From 913e23b966777e7c7d97b3c174630e4cae1ae504 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 11 May 2026 17:04:41 +0300 Subject: [PATCH] style: add padding to buttons so text is not cramped Co-Authored-By: Claude Sonnet 4.6 --- frontend/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/styles.css b/frontend/styles.css index 2913b38..3c794c8 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -38,6 +38,7 @@ button { background-color: #E07D54; margin-top: 5px; margin-bottom: 5px; + padding: 6px 14px; } .btn-primary {