solved pbm with list in cv

This commit is contained in:
asus
2023-11-20 01:05:25 +01:00
parent f334f87390
commit 5b767e8147
5 changed files with 34 additions and 33 deletions

View File

@@ -1,36 +1,20 @@
#cv {
/*
place-items: center;
*/
place-self: stretch;
}
#cv #cv_ascii {
place-self: center;
}
#cv #cv_download {
place-self: 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;
margin: 10px 0px 10px 20px;
}
#cv summary + * {
margin-top: 10px;
}
details summary {
/*
list-style-type: none;
*/
list-style-position: outside;
}