solved pbm with list in cv
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
Reference in New Issue
Block a user