Skip to content

Commit

Permalink
CW2 carousel height fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph3r3w committed May 30, 2024
1 parent 4376156 commit a06e092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/styles/home-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,15 @@ main{
scroll-snap-type: x mandatory;
gap: 2em;
/* outline: solid blue; */
height: 34dvh;
/* height: 34dvh; */
}

section.carousel li {
position: relative;
margin-block: 2em;
margin-block: 1em;
text-align: center;
width: 70dvw;
height: 27dvh;
/* height: 27dvh; */
flex: 70vw 0 0;
scroll-snap-align: center;
}
Expand Down

0 comments on commit a06e092

Please sign in to comment.