Skip to content

Commit

Permalink
feat: ProfileFeedList.scss 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Legitgoons committed May 23, 2024
1 parent 9ecf187 commit 4a290d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/widgets/profile-feed-list/ui/ProfileFeedList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
align-items: center;
gap: 10px;
margin-bottom: 20px;
padding: 20px 20px 17px 20px;

.feed-list-title {
align-self: flex-start;
margin-top: 20px;
width: 85%;
}

.profile-feed {
width: 85%;
padding: 10px;
width: 100%;
border: 1px solid $gray1;
border-radius: 10px;
padding: 20px 1px;
}
}

0 comments on commit 4a290d5

Please sign in to comment.