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