Skip to content

Commit

Permalink
fix: homepage horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed Jul 9, 2024
1 parent d0f8f9d commit 1f669c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/css/docs-page-homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

border-bottom: 1px solid var(--color-border);
height: 460px;

.homepage-gallery__item {
min-width: 400px;
}
}

.homepage-gallery {
Expand Down Expand Up @@ -80,7 +84,6 @@
border: 1px solid var(--color-border);
display: flex;
flex-direction: column;
min-width: 400px;

h4 a {
align-items: center;
Expand Down

0 comments on commit 1f669c6

Please sign in to comment.