Fix: Media Bar contents were overlapping on smaller displays

This commit is contained in:
lscambo13
2025-11-23 21:32:37 +05:30
parent 5c915d6ac1
commit 53b003dd9e

View File

@@ -84,4 +84,20 @@
}
}
@media only screen and (max-height: 767px) and (orientation: landscape) {
#slides-container {
height: 57%;
}
.logo-container {
top: 3%;
}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
.logo-container {
top: 50%;
}
}
/* this styles the media bar plugin - end */