Files
WEBSITE_hugulumu/styles/elements/hero.css
asus 4f5cd77c81 - removed nav
- moved cv to the hero section
- also changed it to collapse all at once instead of by sub titles
- and changed grid to auto flow instead of using named areas
2024-05-15 19:28:57 +02:00

8 lines
100 B
CSS

#hero {
min-height: 100vh;
grid-template-rows: auto auto 1fr;
header {
padding-top: 50px;
}
}