Explorar el Código

Update verify email pages to be mobile friendly.

Lee Morgan hace 5 años
padre
commit
6f34d01a5d
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  1. 12 1
      views/verifyPage/verify.css

+ 12 - 1
views/verifyPage/verify.css

@@ -28,4 +28,15 @@ body{
     .button{
         font-size: 25px;
         padding: 5px;
-    }
+    }
+
+@media all and (max-width: 1200px){
+    .title{
+        font-size: 25px;
+        padding: 5px;
+    }
+
+    .text{
+        padding: 5px;
+    }
+}