Skip to content

Commit

Permalink
Adjust Developer animation even more
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Nov 18, 2024
1 parent 853b677 commit e643985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sections/Developers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- Graphic and Header -->
<SectionWrapper id="developers" class="pt-[30px] md:pt-[38px] lg:pt-[34px]">
<section class="mx-auto flex max-w-screen-xl flex-col lg:flex-row">
<DeveloperAnimation class="max-h-[260px] md:max-h-[340px] lg:max-h-none" />
<DeveloperAnimation class="mx-auto max-h-[260px] md:max-h-[300px] md:max-w-[800px] lg:max-h-none lg:max-w-none" />
<div class="freq-container lg:mt-[36px]">
<SlideIn class="lg:basis-1/3]">
<h2 class="title-70 mx-0 w-full font-bold text-teal md:mt-[24px] md:max-w-[400px]">
Expand Down

0 comments on commit e643985

Please sign in to comment.