diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 218f38b..e33a22d 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -3113,6 +3113,9 @@ a[data-role="forgot-password"] { .reader iframe { display:none; } + #threesixty { + display:inline; + } } @media screen and (orientation:portrait) { @@ -3149,12 +3152,7 @@ a[data-role="forgot-password"] { pointer-events:none; } -@media screen and (orientation:landscape) { - #threesixty { - display:inline; - } -} @media screen and (orientation:landscape) and (max-width: 680px){ .projectList.about .item span:nth-child(1) { height: 180px; |
