aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/SocialMedia
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-02-12 16:22:18 +0100
committerArmand Philippot <git@armandphilippot.com>2022-02-12 16:22:18 +0100
commitfbd280e9b2bd8ebc1d708a244ef04efd6229bc8f (patch)
treec64063a9b04b3fd8f082fdc419ed227c380b3f3b /src/components/Widgets/SocialMedia
parent93f0360fe064fbfd83dfbcc8f74075788e13dd5c (diff)
chore: adjust spacings, overflow and transitions of widgets
Diffstat (limited to 'src/components/Widgets/SocialMedia')
-rw-r--r--src/components/Widgets/SocialMedia/SocialMedia.module.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Widgets/SocialMedia/SocialMedia.module.scss b/src/components/Widgets/SocialMedia/SocialMedia.module.scss
index 373cefb..2ef34bf 100644
--- a/src/components/Widgets/SocialMedia/SocialMedia.module.scss
+++ b/src/components/Widgets/SocialMedia/SocialMedia.module.scss
@@ -4,6 +4,7 @@
.list {
@extend %flex-list;
+ flex: 0 0 100%;
gap: var(--spacing-xs);
align-items: center;
padding: var(--spacing-2xs) 0 0 var(--spacing-2xs);