Skip to content

Commit

Permalink
Fix: padding-left
Browse files Browse the repository at this point in the history
  • Loading branch information
FireSpirit171 committed Dec 17, 2024
1 parent b1616ad commit ad6a60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ProfilePage/ProfilePage.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#profile-content {
display: grid;
grid-template-areas: 'profile actions';
grid-template-columns: 34vw 70vw;
grid-template-columns: 34vw 67vw;
gap: 30px;
overflow: hidden;
}
Expand Down

0 comments on commit ad6a60c

Please sign in to comment.