Improve 'help' modal style on large screens
[vchess.git] / public / stylesheets / index.sass
index e4f846e..6f5fedf 100644 (file)
 .card > h3.section.red
   color: #cc3300
 
-#welcome
+#welcome, #help
   max-height: 100vh
   max-width: 90vw
 
+.conditional-jump
+  display: block
+
+@media screen and (max-width: 710px)
+  .conditional-jump
+    display: inline
+
 @media screen and (max-width: 400px)
-  #welcome
+  #welcome, #help
     max-width: 100vw
 
 #welcome ul