AMPERION_Webpage/themes/airspace-hugo/assets/scss/templates/_backgrounds.scss

21 lines
397 B
SCSS
Raw Permalink Normal View History

2025-06-07 23:02:15 +02:00
.bg-1 {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
@include large-desktop {
background-attachment: unset;
}
}
.bg-2 {
background-size: cover;
background-position: center center;
background-attachment: fixed;
@include large-desktop {
background-attachment: unset;
}
}