lightbox diaporama site bug
This commit is contained in:
parent
ec5fc137d4
commit
4de6c5623c
|
@ -3104,6 +3104,9 @@ body {
|
|||
font-size: 0.3rem;
|
||||
font-family: "gilroy-light";
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third {
|
||||
height: fit-content;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third {
|
||||
display: flex;
|
||||
|
|
|
@ -258,6 +258,7 @@
|
|||
|
||||
|
||||
.layout__region--third{
|
||||
height: fit-content;
|
||||
@media(max-width: 500px){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue