Chore: fixed resizing carrousel
This commit is contained in:
parent
0c6dbbc544
commit
9558b09fc2
@ -168,12 +168,28 @@ html.theme-dark {
|
||||
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 {
|
||||
width: 25rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media(orientation: portrait) {
|
||||
main {
|
||||
margin-top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user