Files
chaffe-theme/src/scss/flex-text-over-image-c.scss
2025-05-13 11:34:12 -07:00

29 lines
575 B
SCSS

.text-over-image-c {
background-position: center;
background-size: cover;
padding-top: 6rem;
padding-bottom: 20rem;
@include media-breakpoint-down(md) {
.col:first-of-type {
display: none;
}
}
.content-wrapper {
.content {
h2 {
@extend .goudy;
font-size: 70px;
line-height: 77px;
margin-bottom: 2rem;
color: $c-navy;
}
strong {
color: $c-navy;
}
}
}
}