Add dividers, borders, and fix captions not being centered in gallery
This commit is contained in:
parent
e93e000356
commit
04afad8612
2 changed files with 13 additions and 0 deletions
|
@ -89,9 +89,20 @@ footer {
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
figure {
|
||||
flex-grow: 1;
|
||||
text-align: center;
|
||||
margin: 25px;
|
||||
}
|
||||
|
||||
figure figcaption {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.gallery-con {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
td {
|
||||
|
|
|
@ -47,5 +47,7 @@
|
|||
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<hr>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue