Skip to content

Commit

Permalink
Fix overflow for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jan 17, 2024
1 parent 6b2efbb commit 583460e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
}

@media (max-width: 996px) {
.pentagon-container {
overflow-x: hidden;
}

.pentagon-shift {
position: static;
}
Expand Down

0 comments on commit 583460e

Please sign in to comment.