margin bottom diaporatma node-type-site
This commit is contained in:
parent
951a048340
commit
18acb86b14
|
@ -3212,6 +3212,7 @@ body {
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .paragraph--type--site-diapo .field_field_images .diaporama {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .paragraph--type--site-diapo .field_field_images .diaporama {
|
||||||
|
|
|
@ -277,6 +277,7 @@
|
||||||
// justify-content: space-between;
|
// justify-content: space-between;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
margin-bottom: 2rem;
|
||||||
@media(max-width: 500px){
|
@media(max-width: 500px){
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue