This commit is contained in:
2024-01-18 17:57:34 +01:00
parent 642c2c2cbf
commit 035f23b507
6 changed files with 14 additions and 10 deletions

View File

@@ -24,8 +24,7 @@ section {
margin-top: 30px;
}
.job h3,
.competence h3 {
.job h3 {
color: #007BFF;
}
@@ -34,13 +33,12 @@ ul {
padding: 0;
}
.skills ul,
.education ul {
padding-left: 20px;
margin-bottom: 10px;
}
.skills p,
.competence p,
.education p {
margin-bottom: 10px;
}
@@ -50,9 +48,9 @@ ul, ol {
padding: 0;
}
.print-button {
.bouton-imprimer {
display: block;
margin: 20px auto; /* Center the print button */
margin: 20px auto;
padding: 10px 20px;
font-size: 18px;
background-color: #b71c1c;
@@ -77,7 +75,7 @@ ul, ol {
border-radius: 0;
}
.print-button {
.bouton-imprimer {
display: none;
}
}