fix : width 속성 추가

main
이범준 2 years ago
parent b327c4aaa3
commit f9c0c0d29a

@ -10914,6 +10914,22 @@ button.list-group-item-gray.active {
width: 50% !important; width: 50% !important;
} }
.w-55 {
width: 55% !important;
}
.w-60 {
width: 60% !important;
}
.w-65 {
width: 65% !important;
}
.w-70 {
width: 70% !important;
}
.w-75 { .w-75 {
width: 75% !important; width: 75% !important;
} }

Loading…
Cancel
Save