Pārlūkot izejas kodu

first attempt to make it responsive

BuildTools 3 gadi atpakaļ
vecāks
revīzija
d2c15f617d
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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%;
+    }
+}