29 lines
259 B
CSS
29 lines
259 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;
|
|
}
|