mv cv in its own section
This commit is contained in:
@@ -1,26 +1,11 @@
|
||||
.cv {
|
||||
width: auto;
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
.cv {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: auto;
|
||||
max-width: 900px;
|
||||
margin-bottom: 100px;
|
||||
text-align: left;
|
||||
}
|
||||
.cv summary {
|
||||
position: relative;
|
||||
list-style-position: outside;
|
||||
list-style-type: "▸ ";
|
||||
font-size: 1.8rem;
|
||||
margin: auto;
|
||||
width: fit-content;
|
||||
}
|
||||
.cv summary .open {
|
||||
display: none;
|
||||
}
|
||||
.cv summary .close {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.cv .cv_download {
|
||||
display: inline-block;
|
||||
@@ -28,17 +13,3 @@
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cv[open] summary {
|
||||
list-style-type: "▾ ";
|
||||
}
|
||||
.cv[open] summary .open {
|
||||
display: inline;
|
||||
}
|
||||
.cv[open] summary .close {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cv > *:last-child {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user