miw-t-uwu-t-pub.id/src/css/scss/modules/_m-box.scss

19 lines
182 B
SCSS

.box {
margin: 0 40px;
&:first-child {
margin-left: 0;
}
&:last-child {
margin-right: 0;
}
}
.box__title {
margin-top: 0;
}
.box__text {
line-height: 1.5;
}