fix: 💄 match appearance with slider images

This commit is contained in:
Sebin Nyshkim 2025-07-18 13:05:28 +02:00
parent 260b1dc978
commit 301f5ae4da
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -56,11 +56,15 @@
:host :where(picture, img) {
grid-area: image;
display: grid;
grid-template-columns: subgrid;
justify-items: center;
max-width: 100%;
}
:host .image {
display: block;
width: 100%;
width: auto;
height: 100%;
max-height: 35rem;
object-fit: contain;