발전 시뮬레이션 하단 수정

This commit is contained in:
김창수 2024-10-23 11:23:16 +09:00
parent b079f03bef
commit f3f2c9183e

View File

@ -1024,6 +1024,7 @@
display: flex;
padding: 20px;
.simulation-tit-wrap{
flex: none;
padding-right: 40px;
border-right: 1px solid #EEEEEE;
span{
@ -1047,6 +1048,7 @@
}
}
.simulation-guide-box{
flex: 1;
padding-left: 40px;
dl{
margin-bottom: 25px;
@ -1066,6 +1068,9 @@
margin-bottom: 0;
}
}
ul, ol{
list-style: unset;
}
}
}