lightbox diaporama site bug

This commit is contained in:
ouidade 2024-10-17 13:12:40 +02:00
parent ec5fc137d4
commit 4de6c5623c
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -258,6 +258,7 @@
.layout__region--third{
height: fit-content;
@media(max-width: 500px){
display: flex;
flex-direction: column;