changes config

This commit is contained in:
GZod01 2024-05-31 11:39:23 +02:00
parent ca100ab3ff
commit 4ab9c2663b
11 changed files with 1301 additions and 1321 deletions

View file

@ -15,6 +15,17 @@
justify-content: center;
&.photos-list-photos-len-1{
grid-template-columns:repeat(1,1fr);
.photos-list-item{
width:100%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
span#caption{
height:100%;
width:100%;
}
}
}
&.photos-list-photos-len-2{
grid-template-columns:repeat(2,1fr);