Skip to content

Commit

Permalink
fix: set static height for homepage lists
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjerca authored and seferturan committed Nov 15, 2024
1 parent e264417 commit c8c126f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/client/src/lib/sections/up-next/UpNext.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
.episode-list {
display: flex;
height: 12rem;
gap: 1rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
.episode-list {
display: flex;
height: 11rem;
gap: 1rem;
}
Expand Down

0 comments on commit c8c126f

Please sign in to comment.