Step toward a one-page application
[vchess.git] / public / stylesheets / layout.sass
index eae4542..5639c7b 100644 (file)
@@ -35,6 +35,17 @@ body
       border-left: 1px solid var(--button-group-border-color)
       border-top: 0
 
+.right-menu
+  float: right
+  @media screen and (max-width: 767px)
+    .info-container
+      p
+        margin-right: 5px
+
+a.right-menu
+  &:link, &:visited, &:hover
+    color: black
+
 #settings, #contactForm
   max-width: 767px
   @media screen and (max-width: 767px)