forked from Hostea/website
18 lines
288 B
SCSS
18 lines
288 B
SCSS
|
.service-card__conatiner {
|
||
|
width: 85%;
|
||
|
flex-direction: column-reverse;
|
||
|
margin: 50px auto;
|
||
|
}
|
||
|
|
||
|
.service__features--split,
|
||
|
.service__features {
|
||
|
height: auto !important;
|
||
|
min-height: auto !important;
|
||
|
max-height: none !important;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.line-border {
|
||
|
width: 95%;
|
||
|
}
|