Some styles improvement attempts (how to uniformize modals?)
[vchess.git] / public / stylesheets / layout.sass
index b645859..647a78b 100644 (file)
@@ -1,19 +1,16 @@
 html, *
-  font-size: 18px
   font-family: "Open Sans", Arial, sans-serif
+  --back-color: #f2f2f2
+  --a-link-color: #0039e6
 
 body
   padding: 0
-  background-color: #f2f2f2
-  //min-width: 240px
+  min-width: 320px
 
-@media screen and (min-width: 800px)
+//@media screen and (min-width: 767px)
   .card
     max-width: 600px
 
-a
-  color: #00B7FF
-
 .text-center
   text-align: center