Fix layout height, change background video

This commit is contained in:
2025-06-10 23:03:02 +02:00
parent 718bb33a6e
commit 26413854c0
3 changed files with 10 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ body {
}
.container {
height: 100%;
max-width: 1200px;
width: 90%;
margin: 2rem auto;
@@ -74,7 +75,7 @@ body {
}
.logo {
width: 150px;
width: 250px;
height: auto;
margin-bottom: 1rem;
}
@@ -94,6 +95,12 @@ h2 {
padding-bottom: 0.5rem;
}
h3 {
font-size: clamp(1.4rem, 4vw, 1.8rem);
margin-top: 1rem;
margin-bottom: 1rem;
}
.tagline {
font-size: 1.2rem;
opacity: 0.8;