Fix gallery css
This commit is contained in:
parent
e554de0255
commit
16c54c6a5b
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
|||
}
|
||||
.gallery-image {
|
||||
border-radius: 10px;
|
||||
object-fit: fill;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.grid {
|
||||
margin-bottom: 1em;
|
||||
|
|
Loading…
Reference in a new issue