Improve 'help' modal style on large screens
[vchess.git] / public / stylesheets / index.sass
index 77ba9ae..6f5fedf 100644 (file)
   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, #help
     max-width: 100vw