ycy
All checks were successful
Deploy / deploy (push) Successful in 44s

This commit is contained in:
2026-07-17 02:37:42 +02:00
parent e23b6b9813
commit 9e4570da45
2 changed files with 45 additions and 40 deletions

View File

@@ -137,6 +137,9 @@ body {
.site-footer__links a:hover { color: var(--color-primary); }
.site-footer__copy { margin: 0; color: var(--color-muted); font-size: 14px; text-align: center; }
.legal-page { min-height: 40vh; }
.content-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-card); }
.content-card--narrow { max-width: 860px; margin: 0 auto; }
.content-card p + p { margin-top: 16px; }
.flex { display:flex; }
.between { justify-content: space-between; }