This commit is contained in:
2023-06-06 07:34:37 +02:00
parent 6956dc67ac
commit a7dc492f55
5 changed files with 13 additions and 1032 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +0,0 @@
@import "core.css";
@import "layout.css";
@import "header.css";
@import "footer.css";
@import "links.css";
@import "buttons.css";
@import "lists.css";
@import "swiper.css";
@import "components.css";
@import "utility.css";
@import "media.css";

View File

@@ -8,8 +8,6 @@
box-shadow: var(--header-shadow),var(--shadow-inset); box-shadow: var(--header-shadow),var(--shadow-inset);
margin-bottom: -5rem; margin-bottom: -5rem;
z-index: 10; z-index: 10;
/* z-index: 10; fixme */
} }
.header.is-open { .header.is-open {

View File

@@ -8,7 +8,6 @@
} }
.section--block { .section--block {
width: 100vw;
height: calc(100% - 5rem); height: calc(100% - 5rem);
overflow: hidden; overflow: hidden;
} }

View File

@@ -6,7 +6,7 @@
} }
.swiper__image { .swiper__image {
width: 100vw; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
object-position: 33% 0%; object-position: 33% 0%;