Browse Source

fix styling

AykutSarac 2 năm trước cách đây
mục cha
commit
949efa84af
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 {