From 6131aa4479a51862c28d4da693bb1fe5d2c47e24 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 28 Dec 2022 23:06:03 +0100 Subject: fix: Misalignment of "There are no articles to show" box (#4959) --- p/themes/Ansum/_components.scss | 3 --- 1 file changed, 3 deletions(-) (limited to 'p/themes/Ansum/_components.scss') diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss index 001d31578..e35f90940 100644 --- a/p/themes/Ansum/_components.scss +++ b/p/themes/Ansum/_components.scss @@ -147,9 +147,6 @@ /*=== Alerts */ .alert { - margin: 1rem 0; - // width: 100%; - padding: 1rem; background: variables.$grey-lighter; color: variables.$grey-dark; font-size: 1rem; -- cgit v1.2.3