- 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
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
|
||||
#hero {
|
||||
grid-template-rows: 1fr auto auto;
|
||||
min-height: 100vh;
|
||||
/*
|
||||
grid-template-rows: 1fr 50px auto auto;
|
||||
*/
|
||||
grid-template-rows: auto auto 1fr;
|
||||
header {
|
||||
padding-top: 50px;
|
||||
}
|
||||
}
|
||||
#hero header {
|
||||
padding-top: 50px;
|
||||
}
|
||||
#hero .mouse {
|
||||
}
|
||||
#hero .banner {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user