From c9d5f6be49a89fad5a778c0342a27fc3452d863d Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 10 Jan 2022 12:36:12 +0100 Subject: refactor(aside): move width from aside to sharing widget Only the Sharing widget needs the "min-content" width. --- src/styles/pages/Page.module.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'src/styles/pages') diff --git a/src/styles/pages/Page.module.scss b/src/styles/pages/Page.module.scss index b3615f6..41172a3 100644 --- a/src/styles/pages/Page.module.scss +++ b/src/styles/pages/Page.module.scss @@ -45,7 +45,6 @@ grid-column: 3; grid-row: 2 / 5; align-self: stretch; - max-width: min-content; padding: 0 var(--spacing-sm); } -- cgit v1.2.3