fix for the carousel pictures (#118)

* fix for the carousel pictures

* hidden images in the main carousel on all devices smaller than lg
This commit is contained in:
trean
2023-03-17 01:27:19 +01:00
committed by GitHub
parent 4caa411957
commit 1cd0364ae4
2 changed files with 8 additions and 11 deletions
@@ -96,7 +96,6 @@
}
.inner-column {
padding-bottom: lib.rem(450);
position: relative;
@include media-breakpoint-up(lg) {
@@ -147,6 +146,7 @@
}
.image-column {
display: none;
width: 100%;
position: absolute;
right: 0;
@@ -154,11 +154,13 @@
left: 0;
@include media-breakpoint-up(lg) {
display: block;
width: lib.rem(360);
margin-top: lib.rem(38);
padding-left: lib.rem(40);
top: 0;
left: unset;
bottom: lib.rem(150);
}
@include media-breakpoint-up(xl) {
@@ -166,12 +168,7 @@
}
.image {
@include media-breakpoint-up(md) {
max-width: lib.rem(300);
}
@include media-breakpoint-up(lg) {
max-width: 100%;
}
max-width: lib.rem(300);
}
}
}
File diff suppressed because one or more lines are too long