Skip to content

Commit

Permalink
feat: Feed.scss 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Legitgoons committed May 23, 2024
1 parent afb4fdf commit 9ecf187
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/widgets/feed-main-list/ui/Feed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

.feed-footer {
margin-top: 8px;
padding: 0 15px 0 20px;
padding: 0 15px 3px 15px;

display: flex;
justify-content: space-between;
Expand All @@ -38,16 +38,14 @@
gap: 12px;

.footer-count {
width: 38px;
display: flex;
justify-content: space-between;
align-items: center;
}

.count-text {
width: 15px;
text-align: left;
color: $gray6;
.count-text {
padding-left: 4px;
text-align: left;
color: $gray6;
}
}
}

Expand Down

0 comments on commit 9ecf187

Please sign in to comment.