Private
Public Access
1
0

feat(graphism): Adding favicon and title image

This commit is contained in:
gauvainboiche
2026-04-01 14:38:15 +02:00
parent 1dc6f3cc9e
commit 198f03dfb7
8 changed files with 10 additions and 1 deletions

View File

@@ -434,6 +434,14 @@ body {
letter-spacing: 0.2px;
}
.titleBanderol {
display: block;
max-height: 100px;
width: auto;
max-width: 100%;
object-fit: contain;
}
.infoSection--title .sub {
font-size: 11px;
opacity: 0.65;