diff options
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index db85f71..f2f1f7f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -371,15 +371,15 @@ body.no-input #week-selector { display: none; } -@media screen and (max-width: 580px) { +@media screen and (max-width: 600px) { table table tr { display: flex; flex-direction: column; } table * { - margin: 0 !important; - padding: 0 !important; + padding: 0; line-height: 13px; + font-size: 13px; } }
\ No newline at end of file |