From d79bac199fbdb4764e346d74c603553523c01446 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 16 Jan 2024 09:30:25 +0000 Subject: [PATCH] Adjust footer action styles based on new designs --- client/scss/components/_footer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/scss/components/_footer.scss b/client/scss/components/_footer.scss index 6e67c78934..616b9d9b8b 100644 --- a/client/scss/components/_footer.scss +++ b/client/scss/components/_footer.scss @@ -85,13 +85,14 @@ &--primary { @include media-breakpoint-up(sm) { - width: 350px; + width: 310px; } } .button { @apply w-leading-none w-inline-flex w-items-center; font-weight: 600; + padding: 0 theme('spacing.3'); white-space: initial; .icon {