diff --git a/static/css/style.css b/static/css/style.css index a7fb645..8b3a672 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -191,14 +191,14 @@ body { @media (max-width: 576px) { .time-selector-wrapper { display: grid; - grid-template-columns: repeat(3, 1fr) !important; + grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; padding: 0 10px; } .time-btn { - width: 100% !important; - height: 40px !important; - font-size: 0.85rem !important; + width: 80% !important; + height: 30px !important; + font-size: 0.75rem !important; } } \ No newline at end of file