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; }