Skip to content

Commit

Permalink
made TestimonialItem lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
DevParapalli committed Oct 29, 2022
1 parent 859e3cd commit bc74988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/TestimonialItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export let image = "http://placeimg.com/400/400/tech",

<div in:fly={{...anim, duration:300}} class="testimonial-container pt-32">
<div
class="container max-w-xl flex flex-col items-stretch align-middle justify-between bg-base-300 px-6 py-10 rounded-lg"
class="container max-w-xl flex flex-col items-stretch align-middle justify-between bg-base-100 px-6 py-10 rounded-lg"
>
<div class="image-container flex flex-row items-center justify-center -mt-24">
<img class="h-36 rounded-full border-[0.25rem] border-base-content" src={image} alt="..." />
Expand Down

0 comments on commit bc74988

Please sign in to comment.