{BUGFIX} Updated css theme

This commit is contained in:
Damien Broqua 2024-01-13 18:44:19 +01:00
parent fcb527aa5e
commit 0a2d5029b5
2 changed files with 6 additions and 1 deletions

View File

@ -62,6 +62,11 @@
grid-template-columns: auto 80vw auto; grid-template-columns: auto 80vw auto;
z-index: 1; z-index: 1;
text-align: center; text-align: center;
img {
max-width: 100%;
max-height: 80vh;
}
} }
.navigation { .navigation {

View File

@ -139,7 +139,7 @@
} }
img { img {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 80vh;
} }
} }
} }