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