From 1fd320df19df22f8a4ac29137dda4a970f3c8388 Mon Sep 17 00:00:00 2001 From: elise Date: Sat, 10 Aug 2024 17:25:30 +0200 Subject: [PATCH] design adjustments to event details, make info a lil bit smaller --- web/src/components/events/dateList.module.scss | 4 ++++ web/src/components/events/eventDetails.module.scss | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/web/src/components/events/dateList.module.scss b/web/src/components/events/dateList.module.scss index b039462..2c0b6c0 100644 --- a/web/src/components/events/dateList.module.scss +++ b/web/src/components/events/dateList.module.scss @@ -1,3 +1,7 @@ +.dateWrapper { + margin-bottom: var(--spacing-s); +} + .dateList { list-style: none; diff --git a/web/src/components/events/eventDetails.module.scss b/web/src/components/events/eventDetails.module.scss index a7f5033..72f3aa4 100644 --- a/web/src/components/events/eventDetails.module.scss +++ b/web/src/components/events/eventDetails.module.scss @@ -2,7 +2,6 @@ background: var(--color-background-secondary); margin: 0 calc(var(--spacing-sitepadding-inline)*-1) var(--spacing-sitepadding-block); padding: var(--spacing-m) var(--spacing-sitepadding-inline) var(--spacing-m); - font-family: var(--font-serif); h2 { font-family: var(--font-main); @@ -26,6 +25,8 @@ row-gap: var(--spacing-m); align-items: flex-start; justify-content: flex-start; + font-size: var(--font-size-caption); + padding-right: 2rem; } .priceList { @@ -70,5 +71,6 @@ .info { order: 2; + padding-right: 0; } } \ No newline at end of file