Skip to content

Commit

Permalink
[CLIENT] Fix vertikal responsivness
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Sep 4, 2021
1 parent dd819bf commit 8697fcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/components/screens/Home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
justify-content: center;
}

@media (max-height: 850px) {
.box-container {
display: none;
}
}

.box {
width: 20vw;
max-width: 10rem;
Expand Down

0 comments on commit 8697fcc

Please sign in to comment.