This commit is contained in:
2023-09-18 22:05:41 +02:00
parent 945263a340
commit 8ebf20c123
3 changed files with 24 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
@import "v1_core.css";
@import "v1_layout.css";
@import "v2_layout.css";
@import "v1_header.css";
@import "v1_footer.css";

View File

@@ -260,6 +260,16 @@
margin-bottom: 0.625rem;
}
.section__video {
display: flex;
width: 100%;
gap: 1rem;
}
.section__video iframe {
width: 100%;
}
.section--gdpr {
display: none;
position: fixed;