diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-03-23 10:10:44 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-03-23 10:10:44 +0100 |
commit | 36ea1abe1f922a4a97c535348c7f1b94fcf6721c (patch) | |
tree | a2d424e3ee657bb93e64ee7dd9136749ad026fea /public/stylesheets | |
parent | aacb48afce4ee021535f938b2b418a2e0796d105 (diff) |
Zoom table out when it doesn't fit the screen
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fd2bfb8..b3fb6d8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -351,19 +351,6 @@ body.no-input #week-selector { display: none; } -@media screen and (max-width: 600px) { - table table tr { - display: flex; - flex-direction: column; - } - - table * { - padding: 0; - line-height: 13px; - font-size: 13px; - } -} - .error { text-align: center; margin-top: 100px; |