image caption alignment
This commit is contained in:
parent
5ba5cb07aa
commit
fefa5cd5a6
1 changed files with 3 additions and 0 deletions
|
@ -439,6 +439,9 @@ textarea {
|
||||||
padding: 20px 40px 30px;
|
padding: 20px 40px 30px;
|
||||||
flex-basis: 50%;
|
flex-basis: 50%;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.split-section-plain .section-figure .section-image {
|
.split-section-plain .section-figure .section-image {
|
||||||
|
|
Loading…
Reference in a new issue