Add dividers, borders, and fix captions not being centered in gallery

This commit is contained in:
Joshua Goins 2022-10-26 09:09:31 -04:00
parent e93e000356
commit 04afad8612
2 changed files with 13 additions and 0 deletions

View file

@ -89,9 +89,20 @@ footer {
border-radius: 5px; border-radius: 5px;
} }
figure {
flex-grow: 1;
text-align: center;
margin: 25px;
}
figure figcaption {
text-align: center;
}
.gallery-con { .gallery-con {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
border: 1px solid gray;
} }
td { td {

View file

@ -47,5 +47,7 @@
</div> </div>
{{ end }} {{ end }}
<hr>
{{ end }} {{ end }}
{{ end }} {{ end }}