Skip to content

Commit

Permalink
feat: added tab nav
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 12, 2024
1 parent 3efe04e commit 928d150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ article>:first-child:is(footer) {
height: auto;
object-fit: cover;
flex-shrink: 0;
scroll-snap-align: start;
/* Scroll snap seems to sometimes cause the container to scroll all the way to the right on load - @todo investigate */
/* scroll-snap-align: center; */
}

/* If there is only one image, it should be 100% */
Expand Down

0 comments on commit 928d150

Please sign in to comment.