mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 22:48:30 +02:00
9 lines
148 B
SCSS
9 lines
148 B
SCSS
.customers-testimonial {
|
|
padding-top: $spacer * 4;
|
|
padding-bottom: 0;
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
padding-top: $spacer * 5;
|
|
}
|
|
}
|