소스 검색

fix styling

AykutSarac 2 년 전
부모
커밋
949efa84af
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/constants/globalStyle.ts

+ 3 - 0
src/constants/globalStyle.ts

@@ -32,6 +32,9 @@ const GlobalStyle = createGlobalStyle`
   a {
     text-decoration: none;
     color: unset;
+    padding: 0;
+    margin: 0;
+    font-family: 'Roboto', sans-serif;
   }
 
   button {