Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Fix:#728 Padding issue of JoinUs page #751

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/layout/JoinUs/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import NewsLetter from './NewsLetter';

function JoinUs() {
return (
<section id='join' className='py-20'>
<section id='join' className='pt-20'>
<div className='layout flex flex-col gap-8 lg:flex-row'>
{/* Join section */}
<div className='flex flex-1 flex-col items-center gap-4'>
Expand Down