Files
WEBSITE_hugulumu/styles/elements/cv.css

37 lines
400 B
CSS

#cv {
place-items: center;
}
#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);
width: fit-content;
margin: auto;
}
#cv summary + * {
margin-top: 10px;
}
details summary {
/*
list-style-type: none;
*/
list-style-position: outside;
}