diff --git a/src/assets/about/headshot.jpg b/src/assets/about/headshot.jpg new file mode 100644 index 0000000..0a30dd5 Binary files /dev/null and b/src/assets/about/headshot.jpg differ diff --git a/src/assets/about/headshot.png b/src/assets/about/headshot.png deleted file mode 100644 index fca3492..0000000 Binary files a/src/assets/about/headshot.png and /dev/null differ diff --git a/src/components/CustomCarousel/CustomCarousel.astro b/src/components/CustomCarousel/CustomCarousel.astro index 30ee404..640d240 100644 --- a/src/components/CustomCarousel/CustomCarousel.astro +++ b/src/components/CustomCarousel/CustomCarousel.astro @@ -4,14 +4,37 @@ import {Image} from 'astro:assets'; import type {carouselGroup} from "@interfaces/image-carousel.ts"; const groupToShow: carouselGroup = Astro.props.carouselGroup; - -const limitByHeightClasses = "sm:max-w-xl md:max-w-3xl lg:max-w-5xl xl:max-w-7xl"; -const limitByWidthClasses = "max-h-fit"; --- + +