Files
WEBSITE_hugulumu/styles/elements/cv.css
asus 2b8fc51d0b - better ul alignements
- changed download pdf to open in new window
2023-11-29 22:08:42 +01:00

27 lines
280 B
CSS

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