landscape mode

This commit is contained in:
phoenixbyrd
2020-08-12 10:01:20 -05:00
parent ae0727af52
commit 5ac7198903
2 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@
</div>
<!--Partner Logo's-->
<div class="container mobilehidden">
<div class="container mobilehidden landscape">
<div class="row">
<div class="col-sm-4 logo center">
<a href="https://github.com/ptitSeb/box86" target="_blank"><img src="images/Box86Logo.png" alt="Box86 Logo" data-toggle="tooltip" data-placement="top" title="Get Box86 from Github and start playing some of your old favorites today!"></a>

View File

@@ -1,6 +1,6 @@
/* Target Mobile */
@media screen and (max-width: 600px) {
@media screen and (max-width: 761px) {
.mobilehidden {
visibility: hidden;
@@ -22,7 +22,7 @@
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
and (max-device-width : 761px){
.mobileShow {
display: inline;
}