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;