- 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:
@@ -34,19 +34,7 @@ li {
|
||||
li::marker {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
details summary {
|
||||
/*
|
||||
list-style-position: inside;
|
||||
*/
|
||||
list-style-position: outside;
|
||||
}
|
||||
details summary {
|
||||
font-size: 1.8rem;
|
||||
list-style-type: "▸ ";
|
||||
}
|
||||
details[open] summary {
|
||||
list-style-type: "▾ ";
|
||||
}
|
||||
|
||||
a:empty::after {
|
||||
content: attr(href);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user