vniigaz editions

master
Boris Voropaev 2024-01-11 16:22:59 +03:00
parent 58dc362623
commit 1c62386362
1 changed files with 7 additions and 1 deletions

View File

@ -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;