From 48a3254d4a5d2ff604613344691840cac74b12ae Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Wed, 10 Jan 2024 17:53:21 +0300 Subject: [PATCH] vniigaz news red text indent --- src/vniigaz-v2/css/_pages-section.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/vniigaz-v2/css/_pages-section.scss b/src/vniigaz-v2/css/_pages-section.scss index 2cfb6de..0b5df08 100644 --- a/src/vniigaz-v2/css/_pages-section.scss +++ b/src/vniigaz-v2/css/_pages-section.scss @@ -410,6 +410,9 @@ publications-list{ font-style: normal; font-weight: 400; line-height: 32px; + text-align: justify; + text-indent: 30px; + white-space: pre-wrap; } .name{ margin-bottom: 24px; @@ -447,6 +450,8 @@ publication-page { display: flex; flex-direction: column; gap: $p; + text-align: justify; + text-indent: 30px; }; .publication-page-back {