Multi-Language MVP: 4 Locales (DE/EN/UK/RU) mit SSR + UI + Tests #79

Merged
greggy merged 27 commits from feature/multilanguage-mvp into main 2026-06-05 23:49:39 +02:00
Showing only changes of commit a765497bc9 - Show all commits

View File

@@ -1413,6 +1413,9 @@ footer {
.hero-content {
padding: 0 1.5rem 4rem;
max-width: 100%;
min-width: 0;
width: 100%;
}
.facts-strip {
@@ -1483,6 +1486,15 @@ footer {
padding: 4rem 1.5rem;
}
.pricing-section {
padding: 4rem 1.5rem;
}
.pricing-section .rent-notes {
grid-template-columns: 1fr;
gap: 0.25rem 0;
}
footer {
flex-direction: column;
gap: 1.5rem;