inkletblot-com-v3/assets/_services.scss

29 lines
534 B
SCSS

@use "variables" as vars;
.services {
display: flex;
flex-direction: column;
// &__title {
// }
&__list {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
.service {
width: 45%;
// text-align: justify;
&__text {
padding: 4px 4px 4px 0;
line-height: 12px;
// background: vars.$color-bg0_h;
background: green ;
}
}
}
}