From c95cce04393080a52a54191cff7be8fec68af4b0 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 15 May 2022 17:45:41 +0200 Subject: chore: add Article pages --- src/components/atoms/layout/notice.module.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/atoms/layout') diff --git a/src/components/atoms/layout/notice.module.scss b/src/components/atoms/layout/notice.module.scss index 38ec7ee..7fd972c 100644 --- a/src/components/atoms/layout/notice.module.scss +++ b/src/components/atoms/layout/notice.module.scss @@ -1,7 +1,6 @@ @use "@styles/abstracts/functions" as fun; .wrapper { - width: max-content; padding: var(--spacing-2xs) var(--spacing-xs); border: fun.convert-px(2) solid; font-weight: bold; -- cgit v1.2.3