Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/pages/Community.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FaArrowRight } from 'react-icons/fa6';

const Community = () => {
return (
<main className="min-h-screen font-poppins">
<main className="max-w-[1000px] mx-auto pt-10 px-6 lg:px-0 pb-10 lg:pb-10 font-poppins">
<div className="max-w-[1000px] mx-auto">
<h1 className="text-3xl font-playfair font-semibold text-eerie place-self-center lg:place-self-start mt-4 mb-2">
Community Forum
Expand Down Expand Up @@ -49,4 +49,4 @@ const Community = () => {
);
};

export default Community;
export default Community;
Loading