You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
360 B
SCSS
25 lines
360 B
SCSS
.service {
|
|
// Make the illustrations overlap
|
|
&:not(:first-of-type) {
|
|
margin-top: -0.5em;
|
|
|
|
@media (max-width: 50em) {
|
|
margin-top: -0.25em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.service__description {
|
|
.service:not(:last-of-type) & {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.service__title--colored::first-letter {
|
|
color: $color--brand-secondary;
|
|
}
|