fixed error in cv download id
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
list-style-type: "▸ ";
|
||||
font-size: 1.8rem;
|
||||
margin: auto;
|
||||
margin-bottom: 30px;
|
||||
width: fit-content;
|
||||
}
|
||||
.cv summary .open {
|
||||
@@ -23,6 +22,13 @@
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.cv .cv_download {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cv[open] summary {
|
||||
list-style-type: "▾ ";
|
||||
}
|
||||
|
||||
@@ -13,7 +13,3 @@
|
||||
#hero .subtitle {
|
||||
text-align: center;
|
||||
}
|
||||
#hero .cv #cv_download {
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user