Enlarge logo and make hero section full viewport height

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 23:47:21 +02:00
parent a9527242f7
commit 53b749617b

View File

@@ -141,7 +141,7 @@ img {
} }
.logo img { .logo img {
height: 44px; height: 56px;
width: auto; width: auto;
} }
@@ -178,7 +178,11 @@ img {
/* ---- Hero ---- */ /* ---- Hero ---- */
.hero { .hero {
position: relative; position: relative;
padding: 180px 0 100px; min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 120px 0 80px;
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
background-size: cover; background-size: cover;