Skip to content

Commit

Permalink
Limit growth of content to accommodate more images in gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Sep 16, 2024
1 parent 5be1b00 commit b221d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const handleSearch = (searchTerm: string) => {
class="index flex w-full flex-shrink-0 flex-grow flex-col justify-center gap-6 px-6 sm:px-0 xl:flex-row xl:items-center xl:gap-0"
>
<div
class="flex flex-grow flex-col items-center justify-center gap-6 xl:h-[33rem] xl:items-start"
class="flex flex-grow flex-col items-center justify-center gap-6 xl:h-[33rem] xl:flex-grow-0 xl:items-start"
>
<VDarkModeFeatureNotice
v-if="showThemeSwitcher && !isDarkModeSeen"
Expand Down

0 comments on commit b221d75

Please sign in to comment.