Skip to content

Commit

Permalink
[fix] padding-left 주석
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyoin-Kim committed May 22, 2021
1 parent a1ed269 commit 65f3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folin-web/src/assets/styles/GlobalStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const GlobalStyles = createGlobalStyle`
font-family: 'Noto Serif KR';
box-sizing: border-box;
font-size: 10px;
padding-left: 17.3vw;
//padding-left: 17.3vw;
padding-right: 17.3vw;
@media (max-width: 1200px) {
Expand Down

0 comments on commit 65f3cd9

Please sign in to comment.