28 lines
291 B
CSS
28 lines
291 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;
|
|
}
|
|
#cv details ul {
|
|
padding-left: 53px;
|
|
}
|
|
#cv summary + * {
|
|
margin-top: 10px;
|
|
}
|