From 66c155bab73ea3c0d1db6d7e868cfe76a518a2bd Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 21 Feb 2025 21:02:47 +0530 Subject: [PATCH] fix: Layout for banner --- src/app.postcss | 4 ++++ src/lib/util/promos/January2025.svelte | 30 +++++++++++++++----------- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/src/app.postcss b/src/app.postcss index 528b5111..1f611bac 100644 --- a/src/app.postcss +++ b/src/app.postcss @@ -15,3 +15,7 @@ position: initial; vertical-align: revert; } + +.d { + @apply border border-red-500; +} diff --git a/src/lib/util/promos/January2025.svelte b/src/lib/util/promos/January2025.svelte index fd520e06..90678519 100644 --- a/src/lib/util/promos/January2025.svelte +++ b/src/lib/util/promos/January2025.svelte @@ -113,20 +113,24 @@
- {#key currentTagline} - - {currentTagline.label} - - - {/key} +
+ {#key currentTagline} + + {currentTagline.label} + + + {/key} +
{@render closeBanner()}