@@ -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{
+ width: 90%;
+ .helpContent h2, .helpContent h3, .helpContent h4{
+ text-align: center;
+ .helpContent p{
+ text-align: justify;
+}