lien download mobile

This commit is contained in:
ouidade 2024-11-13 15:03:29 +01:00
parent 00921fc670
commit 8243b2c8be
2 changed files with 8 additions and 1 deletions

View File

@ -3389,6 +3389,11 @@ body {
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third { .node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third {
position: fixed; position: fixed;
} }
@media (max-width: 500px) {
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third {
position: relative;
}
}
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div { .node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View File

@ -329,7 +329,9 @@
} }
.block-region-third{ .block-region-third{
position: fixed; position: fixed;
@media(max-width: 500px){
position: relative;
}
div{ div{
display: flex; display: flex;
flex-direction: row; flex-direction: row;