Skip to content

Commit

Permalink
Removed no portrait warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jobtalle committed Aug 26, 2022
1 parent 5e36cfe commit 6b19bc2
Show file tree
Hide file tree
Showing 2 changed files with 2,140 additions and 28 deletions.
27 changes: 0 additions & 27 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,6 @@ body {
height: 100%;
}

@media screen and (orientation: portrait) {
#no-portrait {
user-select: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #0008;
display: flex;
align-items: center;
justify-content: center;
}

#no-portrait .message {
color: var(--color-white);
font-size: 50px;
text-align: center;
}
}

@media screen and (orientation: landscape) {
#no-portrait {
display: none
}
}

#gui #cards {
position: absolute;
left: 0;
Expand Down
Loading

0 comments on commit 6b19bc2

Please sign in to comment.