Skip to content

Commit

Permalink
fix: gulid section background has right width now
Browse files Browse the repository at this point in the history
  • Loading branch information
ErfoJS committed Nov 22, 2023
1 parent 81726f5 commit cb2017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/home/Guilds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { GuildCard, Link, SectionWrapper, Separator } from '@/components';

export const Guilds = () => (
<SectionWrapper
className="relative flex flex-col items-center justify-center gap-8 overflow-hidden bg-primary text-lightGrey lg:grid lg:grid-cols-[3fr_2fr] lg:grid-rows-[180px_40px_180px_40px_180px_40px_180px_40px_180px] lg:gap-3"
className=" max-w-screen-3xl relative mx-0 flex flex-col items-center justify-center gap-8 overflow-hidden bg-primary text-lightGrey lg:grid lg:grid-cols-[3fr_2fr] lg:grid-rows-[180px_40px_180px_40px_180px_40px_180px_40px_180px] lg:gap-3"
id="guilds"
>
<section className="mb-8 flex max-w-[305px] flex-col justify-center gap-3 pt-10 text-left lg:col-start-1 lg:row-start-3 lg:ml-9 lg:max-w-[470px] lg:self-start lg:pt-0">
Expand Down

0 comments on commit cb2017b

Please sign in to comment.