Skip to content

Commit

Permalink
Refactor CSS to adjust width of main content container
Browse files Browse the repository at this point in the history
  • Loading branch information
bamcasa committed Oct 9, 2024
1 parent 3405c9b commit da9aed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ tr:last-child td {
flex-direction: column;
margin: 6.625rem auto 0;
padding: 3.5rem;
width: 50%;
width: 80%;
border-radius: 3.125rem;
font-family: Pretendard;
background-color: white;
Expand Down

0 comments on commit da9aed0

Please sign in to comment.