From b33fc54b14a316f4736ed8ed8105876fd833f6e7 Mon Sep 17 00:00:00 2001 From: aver Date: Mon, 11 Nov 2024 15:44:46 +0000 Subject: [PATCH] Perma news align --- _sass/_about.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_sass/_about.scss b/_sass/_about.scss index 667e235..791cddf 100644 --- a/_sass/_about.scss +++ b/_sass/_about.scss @@ -5,13 +5,17 @@ .news-header { margin: 0; - margin-bottom: 0.5em; + margin-bottom: 0.4em; font-size: $type-size-3; color: mix(#fff, #000, 75%); font-weight: 900; font-style: italic; } + #perma-news{ + margin-bottom: 0.4em; + text-align: center; + } .news-item-wrapper { width: 100%;