- 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,38 +1,34 @@
|
||||
|
||||
#cv {
|
||||
/*
|
||||
place-items: center;
|
||||
place-self: stretch;
|
||||
*/
|
||||
grid-template-columns: 1fr minmax(auto, 900px) 1fr;
|
||||
}
|
||||
#cv header {
|
||||
height: 300px;
|
||||
}
|
||||
#cv article {
|
||||
/*
|
||||
.cv {
|
||||
width: auto;
|
||||
max-width: 900px;
|
||||
*/
|
||||
}
|
||||
#cv article h2 {
|
||||
text-align: center;
|
||||
}
|
||||
#cv #cv_ascii {
|
||||
/*
|
||||
place-self: center;
|
||||
*/
|
||||
}
|
||||
#cv #cv_download {
|
||||
/*
|
||||
place-self: center;
|
||||
*/
|
||||
}
|
||||
#cv details {
|
||||
margin: 0px 0px 0px 25px;
|
||||
}
|
||||
#cv summary {
|
||||
padding: 10px 0px;
|
||||
}
|
||||
#cv .mouse {
|
||||
margin-top: 100px;
|
||||
|
||||
details.cv {
|
||||
display: flex;
|
||||
summary {
|
||||
position: relative;
|
||||
list-style-position: outside;
|
||||
list-style-type: "▸ ";
|
||||
font-size: 1.8rem;
|
||||
margin: auto;
|
||||
width: fit-content;
|
||||
.open {
|
||||
display: none;
|
||||
}
|
||||
.close {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
&[open] summary {
|
||||
list-style-type: "▾ ";
|
||||
.open {
|
||||
display: inline;
|
||||
}
|
||||
.close {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
> *:last-child {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user