Skip to content

Commit

Permalink
fix: 사진 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyejun0228 committed Jul 18, 2023
1 parent 43c4f05 commit 0bdeec2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/editor/TextEditor/AddImage/AddImage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
.container {
display: flex;
width: 320px;
margin: 14px 16px;
white-space: nowrap;
overflow-x: scroll;
margin-left: 25px;

&__item {
display: flex;
margin: 0 2px;
margin: 14px 3px 0;
position: relative;
}

Expand Down Expand Up @@ -48,7 +48,7 @@
color: #222222;
z-index: 1;

@include media.media-breakpoint-down(mobile){
@include media.media-breakpoint-down(mobile) {
width: 355px;
height: 340px;
}
Expand All @@ -61,10 +61,10 @@
color: #222222;
z-index: 1;

@include media.media-breakpoint-down(mobile){
@include media.media-breakpoint-down(mobile) {
width: 355px;
height: 260px;
}
}
}
}

Expand Down

0 comments on commit 0bdeec2

Please sign in to comment.