vniigaz editions
parent
58dc362623
commit
1c62386362
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue