CSS improvements
authorJoey Schulze <joey@infodrom.org>
Sat, 8 Jun 2019 15:06:47 +0000 (17:06 +0200)
committerJoey Schulze <joey@infodrom.org>
Sat, 8 Jun 2019 15:06:47 +0000 (17:06 +0200)
src/Infodrom/calendar/index.wml

index 07c8c85..f3eb637 100644 (file)
@@ -4,19 +4,18 @@
 <page func="Infodrom Oldenburg" title="Termine">
 
 <style type="text/css">
-@media only screen and (max-device-width: 640px) {
-     button {
-        width: 4em;
-    }
-}
-
 @media only screen and (max-device-width: 400px) {
     div.view {
-       float: left !important;
        margin-left: 100px;
     }
 }
 
+@media only screen and (max-device-width: 980px) {
+     button {
+        width: 3em;
+    }
+}
+
 div.view {
     float:right;
     margin-top:-30px;