update cv unfolded and mail is link
This commit is contained in:
@@ -1,60 +1,37 @@
|
||||
.cv {
|
||||
width: auto;
|
||||
max-width: 900px;
|
||||
width: auto;
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
.cv {
|
||||
display: flex;
|
||||
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;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cv .cv_download {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cv[open] summary {
|
||||
list-style-type: "▾ ";
|
||||
}
|
||||
.cv[open] summary .open {
|
||||
display: inline;
|
||||
}
|
||||
.cv[open] summary .close {
|
||||
display: none;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cv > *:last-child {
|
||||
margin-bottom: 100px;
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
.cv .banner {
|
||||
margin: 0px 0px 50px;
|
||||
/*
|
||||
margin: 0px 0px 50px;
|
||||
/*
|
||||
margin: 50px 50px;
|
||||
width: calc(100% - 100px);
|
||||
*/
|
||||
}
|
||||
.cv h2 {
|
||||
margin-top: 100px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
.cv ul {
|
||||
border: 1px dashed black;
|
||||
padding: 20px;
|
||||
padding-left: 40px;
|
||||
border: 1px dashed black;
|
||||
padding: 20px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user