Skip to content

Commit 74ebebe

Browse files
committed
🎨 style: 버튼 크기 수정
1 parent 10a7a93 commit 74ebebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Button.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
@media (min-width: 768px) and (max-width: 1023px) {
6969
&--primary,
7070
&--delete {
71-
max-width: 720px;
71+
min-width: 720px;
7272
}
7373

7474
&--primary {

0 commit comments

Comments
 (0)