Fix gallery css

This commit is contained in:
Sangelo 2023-06-09 16:24:58 +02:00
parent e554de0255
commit 16c54c6a5b

View file

@ -46,6 +46,9 @@
}
.gallery-image {
border-radius: 10px;
object-fit: fill;
width: 100%;
height: 100%;
}
.grid {
margin-bottom: 1em;