From 50f1c501a87ef5f5650750dbeca797e833ec7c3a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 14 Nov 2023 12:39:09 +0100 Subject: refactor(components): replace Sharing with SharingWidget component * all the widgets should have a coherent name * fix mailto uri * remove useless CSS * add tests --- src/styles/pages/article.module.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/styles/pages/article.module.scss') diff --git a/src/styles/pages/article.module.scss b/src/styles/pages/article.module.scss index 5e7d520..7aac5a7 100644 --- a/src/styles/pages/article.module.scss +++ b/src/styles/pages/article.module.scss @@ -66,8 +66,9 @@ .widget { @include mix.media("screen") { @include mix.dimensions("md") { - width: min-content; - gap: var(--spacing-2xs); + ul { + width: min-content; + } } } } -- cgit v1.2.3