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