From f8415c34419cf6c81a36a0dc939c46aeaf0461af Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 12 Feb 2026 00:39:53 +0100 Subject: [PATCH] mobil --- frontend/src/style.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/frontend/src/style.css b/frontend/src/style.css index e3f92e6..be8c314 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -1183,14 +1183,27 @@ textarea:focus { gap: 16px; } + .header-main { + flex-direction: column; + align-items: flex-start; + gap: 12px; + width: 100%; + } + + .header-main h2 { + font-size: 20px; + line-height: 1.3; + } + .header-actions { width: 100%; - display: grid; - grid-template-columns: 1fr 1fr; + display: flex; + flex-wrap: wrap; gap: 8px; } .header-actions .btn { + flex: 1 1 auto; justify-content: center; }