Files
WEBSITE_hugulumu/styles/elements/hero.css

15 lines
222 B
CSS

#hero {
min-height: 100vh;
grid-template-columns: 1fr auto 1fr;
grid-template-rows: auto auto auto 1fr;
.subtitle {
text-align: center;
}
.cv {
#cv_download {
margin-top: 20px;
text-align: center;
}
}
}