responsive node site

This commit is contained in:
2025-12-01 12:54:44 +01:00
parent b1d2acd246
commit b266b73176
2 changed files with 4 additions and 0 deletions

View File

@@ -4077,6 +4077,8 @@ body {
@media (max-width: 810px) {
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third {
position: relative;
margin-left: 1rem;
margin-top: 3rem;
}
}
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {

View File

@@ -398,6 +398,8 @@
// width: 80%;
@media(max-width: 810px){
position: relative;
margin-left: 1rem;
margin-top: 3rem;
}
div{
display: flex;