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