Skip to content

Commit

Permalink
fix: carousel max-width same as rest of page
Browse files Browse the repository at this point in the history
The carousel expanded to the maximum width available, which is not
suitable for the webstie running on wide screens. That has been
adjusted and now has the same `max-width` as the rest of components of
the website.
  • Loading branch information
iWas-Coder committed Apr 10, 2024
1 parent edd1a48 commit f9d2588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/www/src/components/HomepageCarousel/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

.container {
padding-top: 68px;
max-width: var(--ifm-container-width-xl);
margin: auto;
}

.title {
Expand Down

0 comments on commit f9d2588

Please sign in to comment.