css 에 % width 속성 추가

This commit is contained in:
Suh
2024-01-05 12:42:30 +09:00
parent e40ac9a3f1
commit 0c9d5d59ca
2 changed files with 84 additions and 2 deletions

View File

@@ -18,4 +18,45 @@
}
#search_modal_content{
height : 80vh;
}
}
.w-10{
width : 10%!important;
}
.w-15{
width : 15%!important;
}
.w-20{
width : 20%!important;
}
.w-25{
width : 25%!important;
}
.w-30{
width : 30%!important;
}
.w-35{
width : 35%!important;
}
.w-40{
width : 40%!important;
}
.w-45{
width : 45%!important;
}
.w-50{
width : 50%!important;
}
.w-55{
width : 50%!important;
}
.w-60{
width : 60%!important;
}
.w-65{
width : 65%!important;
}