Răsfoiți Sursa

Make help page responsive

Lee Morgan 5 ani în urmă
părinte
comite
69b8547076
1 a modificat fișierele cu 21 adăugiri și 1 ștergeri
  1. 21 1
      views/informationPages/information.css

+ 21 - 1
views/informationPages/information.css

@@ -56,4 +56,24 @@ HELP PAGE
         margin: 15px 0;
         text-align: left;
         font-size: 20px;
-    }
+    }
+
+@media screen and (max-width: 600px){
+    .helpMenu{
+        position: static;
+        padding: 0;
+    }
+
+    .helpContent{
+        padding: 0;
+        width: 90%;
+    }
+
+    .helpContent h2, .helpContent h3, .helpContent h4{
+        text-align: center;
+    }
+
+    .helpContent p{
+        text-align: justify;
+    }
+}