Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Width fix
Browse files Browse the repository at this point in the history
wilwade committed Nov 18, 2024

Verified

This commit was signed with the committer’s verified signature.
wilwade Wil Wade
1 parent 231de22 commit f276ae0
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
@@ -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="mx-auto max-h-[260px] md:max-h-[300px] md:max-w-[800px] lg:max-h-none lg:max-w-none" />
<DeveloperAnimation class="mx-auto max-h-[260px] md:max-h-[300px] md:max-w-[800px] lg:max-h-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]">

0 comments on commit f276ae0

Please sign in to comment.