Parcourir la source

Update index.css

lex-xin il y a 1 semaine
Parent
commit
7489e637c1
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      public/roll-call/css/index.css

+ 3 - 2
public/roll-call/css/index.css

@@ -61,18 +61,19 @@ a {
 #menu {
   position: absolute;
   bottom: 50px;
-  left: 100px;
   width: 100%;
   text-align: center;
 }
 #menu.menuRight{
   display: flex;
+  right: 100px;
   /* padding: 0 100px; */
   flex-direction: row-reverse;
 }
 #menu.menuLeft{
   display: flex;
-  padding: 0 100px;
+  left: 100px;
+  /* padding: 0 100px; */
 }
 .bss {
   height: 100vh;