Index page almost OK. Now work on variant page (main hall...)
[vchess.git] / public / stylesheets / layout.sass
index d4f6d6d..dedab08 100644 (file)
@@ -7,7 +7,6 @@ html, *
 body
   padding: 0
   min-width: 320px
-  margin-bottom: 10px
 
 .container
   padding: 0
@@ -34,6 +33,35 @@ body
       border-left: 1px solid var(--button-group-border-color)
       border-top: 0
 
+#settings, #contactForm
+  max-width: 767px
+  @media screen and (max-width: 767px)
+    max-width: 100vw
+
+#emailSent
+  color: blue
+  display: none
+
+footer
+  height: 77px
+  background-color: #000033
+  div
+    line-height: 77px
+    a
+      margin: 0 10px 0 0
+      display: inline-block
+      &:visited, &:link
+        color: white
+    p
+      margin: 0 0 0 10px
+      display: inline-block
+      color: white
+      text-decoration: underline
+  @media screen and (max-width: 767px)
+    height: 43px
+    div
+      line-height: 43px
+
 a
   text-decoration: underline