Skip to content

Commit

Permalink
Deployed f99c46d with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcrb3 committed Jun 14, 2024
1 parent 5937518 commit 535db5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 3.1.0.Map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -647,17 +647,17 @@ <h1>Visor</h1>
<style>
.custom-iframe {
position: absolute;
top: 110px; /* Ajusta segons l'alçada del header */
top: 100px; /* Ajusta segons l'alçada del header */
left: 0;
width: 100%;
bottom: 50px; /* Ajusta segons l'alçada del footer */
height: calc(100% - 160px); /* Ajusta per tenir en compte header i footer */
height: calc(100% - 150px); /* Ajusta per tenir en compte header i footer */
border: none;
}
@media(max-width: 1220px){
.custom-iframe {
top: 60px;
height: calc(100% - 110px);
top: 50px;
height: calc(100% - 100px);
}
}
</style>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 535db5a

Please sign in to comment.