Browse Source

first attempt to make it responsive

BuildTools 3 years ago
parent
commit
d2c15f617d
1 changed files with 9 additions and 0 deletions
  1. 9 0
      style.css

+ 9 - 0
style.css

@@ -110,3 +110,12 @@ select:focus{
     overflow:hidden;
 }
 [data-slots] { font-family: 'signika', sans-serif }
+
+@media only screen and (max-width: 700px) {
+    table, thead, tbody, th, td, tr { 
+        display: block;
+    }
+    input,select{
+        width: 100%;
+    }
+}