Commit de Marco ORFAO : Correction de bug

This commit is contained in:
2024-01-17 18:33:54 +01:00
parent 5c4795cec6
commit 3e893570a3
6 changed files with 27 additions and 219 deletions

View File

@@ -32,6 +32,10 @@ section {
color: #007BFF;
}
.competence h3 {
color:#007BFF;
}
ul {
list-style-type: none;
padding: 0;
@@ -53,6 +57,13 @@ ul, ol {
padding: 0;
}
.print-button {
display: block;
margin: auto;
padding: 10px 20px;
font-size: 18px;
}
@media print {
body {
width: 21cm;
@@ -67,4 +78,8 @@ ul, ol {
box-shadow: none;
border-radius: 0;
}
.print-button {
display: none;
}
}