Mobile-friendly design

This commit is contained in:
Astra 2025-04-20 20:44:56 +09:00
parent ebca274e5a
commit 686ef007c4
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag
2 changed files with 43 additions and 8 deletions

View file

@ -222,14 +222,6 @@
margin-left: 0px;
border-right: #8054f0 1px solid;
}
#embedImages {
min-width: 500px;
max-width: 500px;
max-height: 500px;
object-fit: contain;
margin: 0;
}
#carouselContainer {
position: relative;
width: 100%;
@ -281,4 +273,13 @@
margin-top: 10px;
align-self: center;
}
#embedImages {
min-width: min(100%, 500px);
max-width: min(100%, 500px);
max-height: 500px;
object-fit: contain;
margin: 0;
}
</style>