From 1c62386362f4e6b99c062284de4e167ffc207390 Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Thu, 11 Jan 2024 16:22:59 +0300 Subject: [PATCH] vniigaz editions --- src/vniigaz-v2/css/_pages-section.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/vniigaz-v2/css/_pages-section.scss b/src/vniigaz-v2/css/_pages-section.scss index 0b5df08..09fad82 100644 --- a/src/vniigaz-v2/css/_pages-section.scss +++ b/src/vniigaz-v2/css/_pages-section.scss @@ -396,6 +396,10 @@ publications-list{ .not-published{ opacity: 0.5; } + h3{ + font-size: 32px; + line-height: 38px; + } .date{ color: var(--second); @@ -471,6 +475,8 @@ gellery{ margin-bottom: 8px; overflow: hidden; cursor: pointer; + display: flex; + justify-content: center; >img{ height: 100%; border: 1px solid var(--second-dis); @@ -483,7 +489,7 @@ gellery{ flex-wrap: wrap; align-content: flex-start; gap: 8px; - + justify-content: center; .item{ width: 72px; height: 52px;