diff --git a/css/event_overview.css b/css/event_overview.css index d08d970..f38bba2 100644 --- a/css/event_overview.css +++ b/css/event_overview.css @@ -79,7 +79,7 @@ .meta-filter-group { display: flex; flex-wrap: nowrap; - gap: var(--space-12); + gap: var(--space-16); margin-bottom: 0; } @@ -609,7 +609,7 @@ display: flex; justify-content: space-between; align-items: center; - gap: var(--space-2); + gap: var(--space-16); background: var(--white); border: 1.5px solid var(--olive-light); border-radius: var(--radius-md); diff --git a/css/index.css b/css/index.css index 9dd7b32..67b289b 100644 --- a/css/index.css +++ b/css/index.css @@ -444,7 +444,7 @@ width: 100%; display: flex; flex-direction: column; - gap: var(--space-12); + gap: var(--space-8); } .faq-item { @@ -509,7 +509,7 @@ .faq-content p { margin: 0; - padding: var(--space-12) var(--space-24) var(--space-12) 0; + padding: var(--space-12) var(--space-40) var(--space-12) 0; } .faq-trigger[aria-expanded="true"] + .faq-content { diff --git a/index.html b/index.html index 82c94cc..3c3e5e4 100644 --- a/index.html +++ b/index.html @@ -246,19 +246,15 @@