aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-03-23 10:10:44 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-03-23 10:10:44 +0100
commit36ea1abe1f922a4a97c535348c7f1b94fcf6721c (patch)
treea2d424e3ee657bb93e64ee7dd9136749ad026fea /public/stylesheets/style.css
parentaacb48afce4ee021535f938b2b418a2e0796d105 (diff)
Zoom table out when it doesn't fit the screen
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css13
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;