Skip to content

Commit

Permalink
Merge pull request #417 from boostcampwm-2022/fix/#414-no-post
Browse files Browse the repository at this point in the history
no post 너비 조정
  • Loading branch information
shyuuuuni authored Dec 12, 2022
2 parents 4cc1054 + 3f47f50 commit aac1a8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions client/src/components/main/PostScroll/NoPost/NoPost.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
gap: 0;
align-items: center;
justify-content: flex-start;
width: 40rem;
width: $main-post-bar-width;
height: 100%;

margin-inline: $post-bar-margin-side;
margin-top: 5rem;
font-size: 2rem;
background-color: #fcfcfc;
Expand Down
1 change: 0 additions & 1 deletion client/src/components/main/PostScroll/PostScroll.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
width: $main-post-bar-width;
height: 100%;

margin: 0 $post-bar-margin-side;
overflow-y: scroll;

background-color: $weview-white;
Expand Down

0 comments on commit aac1a8c

Please sign in to comment.