From afd118ba4fb6261f9614df9e2cc88ebcfa5ac3d3 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 15 Dec 2016 12:25:39 +0100 Subject: changed compact threshold --- public/stylesheets/style.css | 6 +++--- 1 file 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 -- cgit v1.1