Skip to content

Commit

Permalink
Fix main page CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jan 17, 2024
1 parent 0f395d2 commit 1283d20
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
left: 0;
right: 0;
z-index: -2;
overflow-x: hidden;
padding: 100px;
user-select: none;
pointer-events: none;
Expand All @@ -28,10 +29,6 @@
}

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

.pentagon-shift {
position: static;
}
Expand Down Expand Up @@ -322,6 +319,12 @@
}
}

@media (max-width: 580px) {
.zoo-gameboy {
width: 100%;
}
}

.zoo-inner {
padding: 20px;
background-size: contain;
Expand Down

0 comments on commit 1283d20

Please sign in to comment.