mirror of
https://github.com/SrIzan10/TwisterOS.git
synced 2026-05-01 11:05:22 +00:00
landscape mode
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user