소스 검색

style navbar

AykutSarac 3 년 전
부모
커밋
90016aec03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Navbar/index.tsx

+ 1 - 1
src/components/Navbar/index.tsx

@@ -10,7 +10,7 @@ const StyledNavbar = styled.div`
   display: flex;
   justify-content: space-between;
   width: 75%;
-  margin: 0 auto 20px;
+  margin: 0 auto 80px;
 `;
 
 const StyledLogo = styled.div`