Skip to content

Commit

Permalink
fix(examples): viewport dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
p-m-p committed Feb 17, 2024
1 parent ac6ef2a commit 31b59b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/examples/src/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ footer p {
}

@media (max-width: 780px) {
.slider {
.slider-viewport {
height: 365px;
width: 640px;
}
Expand All @@ -112,7 +112,7 @@ footer p {
}

@media (max-width: 540px) {
.slider {
.slider-viewport {
height: 199px;
width: 350px;
}
Expand Down

0 comments on commit 31b59b1

Please sign in to comment.