block third fixe
This commit is contained in:
parent
d0d6bee361
commit
e4c6eab191
|
@ -3273,6 +3273,9 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third {
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
.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;
|
||||||
|
|
|
@ -322,13 +322,14 @@
|
||||||
flex: 0 1 25% !important;
|
flex: 0 1 25% !important;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|
||||||
@media(max-width: 500px){
|
@media(max-width: 500px){
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.block-region-third{
|
.block-region-third{
|
||||||
|
position: fixed;
|
||||||
|
|
||||||
div{
|
div{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in New Issue