- better ul alignements

- changed download pdf to open in new window
This commit is contained in:
asus
2023-11-29 22:08:42 +01:00
parent 8eec040226
commit 2b8fc51d0b
3 changed files with 5 additions and 6 deletions

View File

@@ -17,10 +17,9 @@
*/
}
#cv details {
margin: 10px 0px;
margin: 10px 0px 10px 25px;
}
#cv details ul {
padding-left: 53px;
}
#cv summary + * {
margin-top: 10px;

View File

@@ -22,7 +22,7 @@ body, pre {
ul {
display: block;
list-style-type: "• ";
padding-left: 20px;
padding-left: 25px;
/*
list-style-position: inside;
*/
@@ -36,9 +36,9 @@ li::marker {
}
details summary {
/*
list-style-position: outside;
*/
list-style-position: inside;
*/
list-style-position: outside;
}
details summary {
font-size: 1.8rem;