- 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

@@ -92,7 +92,7 @@
   
</pre> </pre>
</h1> </h1>
<h2 id="cv_download" data-flex="center"><a href="downloads/hugo_lamy_2023_cv.pdf" download>version pdf</a></h2> <h2 id="cv_download" data-flex="center"><a href="downloads/hugo_lamy_2023_cv.pdf" target="_blank" rel="noopener noreferrer">version pdf</a></h2>
<details> <details>
<summary> <summary>
<h3>Formations informatique</h3> <h3>Formations informatique</h3>

View File

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

View File

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