- 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
8 lines
100 B
CSS
8 lines
100 B
CSS
#hero {
|
|
min-height: 100vh;
|
|
grid-template-rows: auto auto 1fr;
|
|
header {
|
|
padding-top: 50px;
|
|
}
|
|
}
|