lessites position maspp

This commit is contained in:
ouidade 2024-11-12 14:03:18 +01:00
parent 4fc0bbf655
commit 8c9c666444
2 changed files with 2 additions and 2 deletions

View File

@ -3439,7 +3439,7 @@ main {
#lessites .content_container .view .header_view #block-sitesmap-block { #lessites .content_container .view .header_view #block-sitesmap-block {
width: 30vw; width: 30vw;
height: fit-content; height: fit-content;
top: 330px; top: 230px;
position: fixed; position: fixed;
} }
@media (max-width: 1100px) { @media (max-width: 1100px) {

View File

@ -52,7 +52,7 @@ main{
// width: 30vw; // width: 30vw;
width: 30vw; width: 30vw;
height: fit-content; height: fit-content;
top: 330px; top: 230px;
position: fixed; position: fixed;
@media (max-width:1100px) { @media (max-width:1100px) {
margin: auto; margin: auto;