Files
landing_page/qdrant-landing/themes/qdrant-2024/assets/css/partials/_hybrid-cloud-video.scss
T

26 lines
500 B
SCSS

@use '../helpers/functions' as *;
.hybrid-cloud-video {
padding-top: $spacer * 4;
padding-bottom: $spacer * 4;
background-color: $neutral-94;
&__title {
margin-bottom: $spacer * 3;
font-size: $spacer * 2;
line-height: pxToRem(38);
text-align: center;
color: $neutral-20;
}
@include media-breakpoint-up(xl) {
padding-top: $spacer * 6.5;
padding-bottom: $spacer * 2.5;
&__title {
font-size: $spacer * 3;
line-height: pxToRem(57);
}
}
}