Skip to content

Commit

Permalink
Fixed overlap between button text and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Realmbird committed Apr 10, 2024
1 parent 3e7918b commit 2edaa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/plugins/openlibrary/js/carousel/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Carousel {
speed: 300,
slidesToShow: this.config.booksPerBreakpoint[0],
slidesToScroll: this.config.booksPerBreakpoint[0],
responsive: [1200, 1024, 600, 480, 360]
responsive: [1200, 1024, 740, 580, 360]
.map((breakpoint, i) => ({
breakpoint: breakpoint,
settings: {
Expand Down

0 comments on commit 2edaa06

Please sign in to comment.