small fix in hero layout for space on top

This commit is contained in:
asus
2024-05-17 11:59:09 +02:00
parent c9150faa52
commit 9302e725db
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#hero {
min-height: 100vh;
grid-template-rows: auto auto 1fr;
grid-template-rows: 1fr auto 1fr;
.subtitle {
text-align: center;
}