diff --git a/public/css/style.css b/public/css/style.css index 286b098..58d7641 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -268,20 +268,23 @@ header p { .section-actions { display: flex; - flex-wrap: wrap; + flex-wrap: nowrap; align-items: center; - gap: 0.75rem; + gap: 0.5rem; + min-width: 0; + justify-content: flex-end; } .action-btn { border: none; background: #2563eb; color: #ffffff; - font-size: 0.95rem; + font-size: 0.88rem; font-weight: 600; - padding: 0.75rem 1rem; - border-radius: 14px; - min-width: 140px; + padding: 0.6rem 0.9rem; + border-radius: 12px; + min-width: auto; + white-space: nowrap; cursor: pointer; transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }