aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2016-12-15 12:25:39 +0100
committerNoah Loomans <noahloomans@gmail.com>2016-12-15 12:25:39 +0100
commitafd118ba4fb6261f9614df9e2cc88ebcfa5ac3d3 (patch)
tree32f8167ce6654a7af5e39d227457fecbc63af5dd
parentd90eb26e864a4d6be73986c727b8c14b4e215f8d (diff)
changed compact threshold
-rw-r--r--public/stylesheets/style.css6
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