section multi image style
This commit is contained in:
parent
84d01e16e7
commit
4759d4e1a5
1 changed files with 12 additions and 0 deletions
|
@ -427,11 +427,23 @@ textarea {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-figure .cms-plugin {
|
.section-figure .cms-plugin {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
flex-basis: 50%;
|
flex-basis: 50%;
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-image img {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-image-caption {
|
||||||
|
padding-top: 20px;
|
||||||
|
display: inline-block;
|
||||||
|
color: #999 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 420px) {
|
@media (max-width: 420px) {
|
||||||
|
|
Loading…
Reference in a new issue