Files
WEBSITE_hugulumu/styles/elements/cv.css
2023-11-20 01:05:25 +01:00

21 lines
227 B
CSS

#cv {
/*
place-items: center;
*/
place-self: stretch;
}
#cv #cv_ascii {
place-self: center;
}
#cv #cv_download {
place-self: center;
}
#cv details {
margin: 10px 0px 10px 20px;
}
#cv summary + * {
margin-top: 10px;
}