Ver Fonte

Update index.css

lex-xin há 3 meses atrás
pai
commit
1bb54a01ea
1 ficheiros alterados com 2 adições e 1 exclusões
  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{