feat: added reviews
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
&__wrapper {
|
||||
padding: 43px 26px 55px;
|
||||
border-radius: 80px 12px;
|
||||
background: url(../img/grid.svg) center no-repeat;
|
||||
background-color: $blue;
|
||||
|
||||
@include laptop {
|
||||
|
||||
23
assets/scss/_l-reviews.scss
Normal file
23
assets/scss/_l-reviews.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.reviews {
|
||||
margin: 100px 0 98px;
|
||||
|
||||
@include tablet {
|
||||
margin: 77px 0 92px;
|
||||
}
|
||||
|
||||
&__title {
|
||||
margin: 18px 0 21px;
|
||||
|
||||
@include tablet {
|
||||
margin: 21px 0 23px;
|
||||
}
|
||||
}
|
||||
|
||||
&__slider-controls {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 24px;
|
||||
margin: 61px 0 0;
|
||||
}
|
||||
}
|
||||
@@ -20,3 +20,4 @@
|
||||
@import './l-first-screen';
|
||||
@import './l-advantages';
|
||||
@import './l-facts';
|
||||
@import './l-reviews';
|
||||
|
||||
Reference in New Issue
Block a user