lien download mobile
This commit is contained in:
parent
00921fc670
commit
8243b2c8be
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue