Skip to content

Commit

Permalink
Added max-height: 320px
Browse files Browse the repository at this point in the history
  • Loading branch information
MjavadH committed Oct 5, 2023
1 parent f5ea48e commit d1a9a58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Geometric/OopsBox/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ body {
border-bottom: 4px solid #ff0562;
}

@media (max-height: 320px) {
#container .content p {
display: none;
}
}

@media (max-width: 768px) {
#container {
top: 5%;
Expand Down

0 comments on commit d1a9a58

Please sign in to comment.