Fix: Media Bar contents were overlapping on smaller displays
This commit is contained in:
parent
5c915d6ac1
commit
53b003dd9e
1 changed files with 16 additions and 0 deletions
|
|
@ -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 */
|
/* this styles the media bar plugin - end */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue