Fix landing-page css

This commit is contained in:
2026-03-20 16:04:21 +01:00
parent 29ebd3a943
commit 0d375ab1b1
11 changed files with 196 additions and 157 deletions

View File

@@ -64,22 +64,19 @@ main > nav
}
article {
width: 44vw;
max-height: 35vw;
min-width: 45vw;
max-width:50vw;
max-height: 40vw;
margin-left: auto;
margin-right: auto;
}
article > header {
height: 20vw;
height: fit-content;
}
article > .subtitle {
height: 10vw;
}
article footer{
display: block;
height: 10vw;
height: fit-content;
}
}