small fix in hero layout for space on top
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#hero {
|
||||
min-height: 100vh;
|
||||
grid-template-rows: auto auto 1fr;
|
||||
grid-template-rows: 1fr auto 1fr;
|
||||
.subtitle {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user