Parcourir la source

Update index.css

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

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

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