feat(Home): update text for branding and hero title in multiple languages
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-03-04 13:08:23 +01:00
parent 1d647d0a36
commit e8d8ccda42
5 changed files with 9 additions and 9 deletions

View File

@@ -768,6 +768,7 @@
padding: 0 !important;
align-items: center !important;
height: 2.75rem !important;
position: relative !important;
}
.flatpickr-months .flatpickr-month {
@@ -817,11 +818,11 @@
.flatpickr-months .flatpickr-next-month {
color: var(--text-secondary) !important;
fill: var(--text-secondary) !important;
padding: 0.5rem 0.75rem !important;
padding: 0.5rem 0.625rem !important;
transition: color 0.15s !important;
display: flex !important;
align-items: center !important;
height: 100% !important;
height: 2.75rem !important;
top: 0 !important;
}