From 36ea1abe1f922a4a97c535348c7f1b94fcf6721c Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 23 Mar 2017 10:10:44 +0100 Subject: Zoom table out when it doesn't fit the screen --- public/stylesheets/style.css | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'public/stylesheets/style.css') 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; -- cgit v1.1