소스 검색

Update index.css

lex-xin 3 달 전
부모
커밋
1bb54a01ea
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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{