CSS compilé
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-06-23 16:06:08 +02:00
parent d2a4ba674e
commit 5b8032c3b4
2 changed files with 4 additions and 4 deletions

View file

@ -199,9 +199,9 @@ summary {
display: flex;
align-items: center;
}
.main-header nav ul li.characters {
scale: var(--char-scale);
transition: scale 0.1s linear;
.main-header nav ul li.characters svg {
width: var(--char-size);
height: auto;
}
.main-header .top {
display: flex;

File diff suppressed because one or more lines are too long