Files
forkio/src/scss/_testimonials.scss
2018-04-16 12:18:38 +02:00

52 lines
955 B
SCSS

.testimonials {
position: relative;
background: $background-violet url(../img/testimonials/testimonials.png) no-repeat 50% 0;
}
.testimonials__h1 {
padding: 100px 0;
font-family: Montserrat, sans-serif;
font-size: 48px;
font-weight: bold;
color: white;
text-align: center;
text-transform: capitalize;
}
.testimonials__row {
padding-bottom: 100px;
@media all and (max-width: $desktop) {
padding: 0 10px;
margin: 0;
}
}
.testimonial {
position: relative;
text-align: center;
min-height: 170px;
@media all and (max-width: $desktop) {
margin-bottom: 50px;
}
}
.testimonial__logo {
padding-bottom: 40px;
}
.testimonial__text {
@media all and (min-width: $desktop-xl) {
position: absolute;
bottom: 0;
}
font-family: Source Sans Pro, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: italic;
color: white;
}
.testimonials__delimiter {
border-bottom: solid 1px $line-dark;
}