render gallery items

This commit is contained in:
2019-11-16 15:14:21 +01:00
parent 3022edb1e1
commit 73ea635ac1
11 changed files with 220 additions and 19 deletions

View File

@@ -0,0 +1,14 @@
.gallery-item {
display: flex;
flex-flow: column;
background: white;
box-shadow: 5px 5px 10px 0px #aaa;
}
.gallery-item a {
align-self: center;
}
.gallery-item .fieldValue{
word-break: break-all;
}