Chore: fixed resizing carrousel

This commit is contained in:
Ward Truyen 2024-11-21 14:13:12 +01:00
parent 0c6dbbc544
commit 9558b09fc2

View File

@ -168,7 +168,23 @@ html.theme-dark {
margin: 0 auto; margin: 0 auto;
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 800px){
#image-carousel {
width: 40rem;
}
}
@media only screen and (max-height: 800px){
#image-carousel {
width: 40rem;
}
}
@media only screen and (max-width: 600px){
#image-carousel {
width: 25rem;
}
}
@media only screen and (max-height: 600px){
#image-carousel { #image-carousel {
width: 25rem; width: 25rem;
} }