start for the about section

This commit is contained in:
Tancre
2020-09-24 20:24:52 +02:00
parent 1916993990
commit 49cbef62df
9 changed files with 279 additions and 38 deletions

View File

@ -0,0 +1,42 @@
.page-section{
padding: 1.2rem 0;
@include atMedium(){
padding: 4.5rem 0;
}
&--no-b-padding-until-medium{
padding-bottom: 0;
@include atMedium(){
padding-bottom: 4.5rem;
}
}
&--no-b-padding-until-large{
padding-bottom: 0;
@include atMedium(){
padding-bottom: 4.5rem;
}
}
&--blue{
background-color: blue;
color: #fff;
}
&--testimonials{
background: #e0e6ef;
// @include atMedium(){
// &.lazyloaded {
// background: url('../../assets/images/testimonials-bg.jpg') top center no-repeat;
// background-size: cover;
// }
// }
}
}