This commit is contained in:
2025-05-11 07:58:45 +02:00
parent 0c01e826d9
commit 1106ced049
4 changed files with 169 additions and 175 deletions

View File

@@ -41,6 +41,14 @@ main > article > section.informations {
font-family: "Roboto", sans-serif;
}
main > article > section.logo > h2 {
color: #ffffff;
padding: 13px 13px 13px 13px;
font-weight: bolder;
text-align: center;
font-family: "Roboto", sans-serif;
}
main > article > section.informations > h2 {
margin-bottom: 10px;
}