css Lessites

This commit is contained in:
ouidade 2024-11-08 12:02:54 +01:00
parent 06be58cdeb
commit 288b288d89
2 changed files with 2 additions and 2 deletions

View File

@ -3318,7 +3318,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: 250px; top: 330px;
position: fixed; position: fixed;
} }
@media (max-width: 1100px) { @media (max-width: 1100px) {

View File

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