Chore: fixed resizing carrousel
This commit is contained in:
parent
0c6dbbc544
commit
9558b09fc2
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user