34 lines
342 B
CSS
34 lines
342 B
CSS
|
|
#cv {
|
|
}
|
|
|
|
#cv h1,
|
|
#cv h2,
|
|
#cv h3,
|
|
#cv h4,
|
|
#cv h5,
|
|
#cv h6 {
|
|
/*
|
|
place-self: center;
|
|
margin-left: var(--list-padding);
|
|
*/
|
|
}
|
|
#cv details {
|
|
margin: 10px 0px;
|
|
}
|
|
#cv summary {
|
|
/*
|
|
*/
|
|
margin-left: var(--list-padding);
|
|
}
|
|
#cv summary + * {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
details summary {
|
|
/*
|
|
list-style-type: none;
|
|
*/
|
|
list-style-position: outside;
|
|
}
|