Skip to content

Commit

Permalink
Updated CSS linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfarrugia authored and NickPiscitelli committed Apr 28, 2024
1 parent cd25539 commit dd03844
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions glider.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,3 @@
box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
}
}
@media screen and (pointer: coarse), (pointer: none) {
.glider-track {
scroll-snap-type: x mandatory;
scroll-padding: 0;
}
.glider-slide {
scroll-snap-align: start;
}
}

0 comments on commit dd03844

Please sign in to comment.