얕고넓은지식/amina

리스트 제목 구분 높이 줄이기 변경 축소

쪽마 2023. 4. 28. 12:42
반응형

www/css/apms.css

 
 

/* List Head */
.div-head { 
display:table; 
width:100%; 
table-layout:fixed; 
padding:12px 0; 
border-top-width:1px; 
border-top-style:solid; 
border-bottom:1px solid #c3c3c3; 
border-collapse:separate;
}

 

/* List Head */
.div-head { 
display:table; 
width:100%; 
table-layout:fixed; 
padding:6px 0; 
border-top-width:1px; 
border-top-style:solid; 
border-bottom:1px solid #c3c3c3; 
border-collapse:separate;
}

반응형