This commit is contained in:
2023-09-29 17:13:33 +02:00
parent 8ebf20c123
commit ef879fa816
3 changed files with 12 additions and 7 deletions

View File

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

View File

@@ -56,6 +56,7 @@
.section__footer div:last-child {
display: flex;
flex-direction: column;
height: max-content;
}
.section__welcome {
@@ -264,6 +265,13 @@
display: flex;
width: 100%;
gap: 1rem;
flex-direction: column;
}
@media screen and (min-width: 43.75rem) {
.section__video {
flex-direction: row;
}
}
.section__video iframe {