asdasd
All checks were successful
Deploy / deploy (push) Successful in 45s

This commit is contained in:
2026-07-17 02:47:05 +02:00
parent 9e4570da45
commit f614de8758
2 changed files with 51 additions and 41 deletions

View File

@@ -140,6 +140,10 @@ body {
.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; }
.section__intro--wide { max-width: 980px; }
.page-copy { display: grid; gap: 18px; }
.page-copy--wide { max-width: 980px; margin: 0 auto; }
.page-copy p { margin: 0; font-size: 18px; line-height: 1.7; color: var(--color-text); }
.flex { display:flex; }
.between { justify-content: space-between; }