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

19 lines
182 B
SCSS
Raw Normal View History

2023-03-11 13:54:16 +00:00
.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;
}