About me page complete, tweak to default size of carousel on large screens, extra photo for homepage.
Some checks failed
Build and Test - Staging / determine_version (pull_request) Successful in 8m25s
Build and Test - Staging / test (pull_request) Has been cancelled
Build and Test - Staging / deploy_staging (pull_request) Has been cancelled
Build and Test - Staging / build_and_push (pull_request) Has been cancelled

This commit is contained in:
2025-11-08 00:06:41 -08:00
parent 506987c164
commit ffbc3beaf7
3 changed files with 47 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ const limitByWidthClasses = "max-h-fit";
data-custom-carousel-interval={groupToShow.interval}>
<!-- Carousel wrapper -->
<div class="relative overflow-hidden w-full h-56 md:h-156">
<div class="relative overflow-hidden w-full h-56 md:h-120">
{
groupToShow.images.map((image, index) => (
<div class="hidden duration-700 ease-in-out" data-custom-carousel-item={index}>