From 7aaad7aac383468b6e3af22aa36a9bb51923a8ab Mon Sep 17 00:00:00 2001 From: Elad Shechter Date: Thu, 28 Sep 2023 10:03:51 -0500 Subject: [PATCH] Fixed align of buttons inside carousel of grid articles --- src/routes/community/+page.svelte | 8 ++++---- src/scss/8-sequences/_grid-articles.scss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routes/community/+page.svelte b/src/routes/community/+page.svelte index d6f1fca266..d347559274 100644 --- a/src/routes/community/+page.svelte +++ b/src/routes/community/+page.svelte @@ -419,7 +419,7 @@

Join us for an exciting hour of technical conversations around Appwrite.

-
+
@@ -460,7 +460,7 @@

Pluck is going mobile. Join us in building Pluck.io's Flutter app.

-
+
@@ -497,7 +497,7 @@

Join us for our Hacktoberfest kickoff event in Bengaluru.

-
+
@@ -535,7 +535,7 @@ Join us for a month long celebration of open source in collaboration with DigitalOcean.

-
+
diff --git a/src/scss/8-sequences/_grid-articles.scss b/src/scss/8-sequences/_grid-articles.scss index cf21d1dbb4..70c57bb3bc 100644 --- a/src/scss/8-sequences/_grid-articles.scss +++ b/src/scss/8-sequences/_grid-articles.scss @@ -29,7 +29,7 @@ > * {transition:var(--transition); } } - &-content { display:flex; flex-direction:column; gap:pxToRem(4); padding:pxToRem(12); } + &-content {flex:1; display:flex; flex-direction:column; gap:pxToRem(4); padding:pxToRem(12); } &:where(:hover, :focus) { .#{$p}-grid-articles-item {