Skip to content

Commit

Permalink
refactor:태블릿 사이즈 여백 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
marie1016 committed Jun 7, 2024
1 parent c27a896 commit deb6dac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions login-signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ button:hover {
/* Tablet */
@media (max-width: 1199px) {
body {
padding: 48px 53px;
margin: 0 auto;
margin: 48px auto;
}
}

Expand Down

0 comments on commit deb6dac

Please sign in to comment.