increase expanded image height on desktop

pull/161/head
Aevann 2023-06-29 22:46:30 +03:00
parent bac356db1d
commit 80d4ddc21e
1 changed files with 1 additions and 1 deletions

View File

@ -6851,7 +6851,7 @@ div.markdown {
#desktop-expanded-image {
max-width: 90%;
max-height: 70vh;
max-height: 100vh;
border: 5px white solid;
}
@media (max-width: 768px) {