Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unwanted white spaces from About page #242

Merged
merged 1 commit into from
Jun 6, 2024
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/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const About = () => {
data-aos="fade-right"
className="md:w-1/2 order-2 md:order-1 md:px-20 px-10 text-center md:text-start"
>
<h2 className="text-2xl sm:text-2xl md:text-3xl font-bold text-green-500 mb-4">
<h2 className="text-2xl sm:text-2xl md:text-3xl font-bold text-green-500 mb-2">
Welcome to Foodies
</h2>
<p className="text-lg leading-relaxed mb-4 p-4 sm:p-0">
Expand Down Expand Up @@ -68,7 +68,7 @@ const About = () => {
data-aos="fade-left"
className="md:w-1/2 order-2 md:order-2 md:px-8 text-center md:text-start px-4"
>
<h2 className="text-2xl md:text-3xl font-bold text-green-500 mb-4">
<h2 className="text-2xl md:text-3xl font-bold text-green-500 mb-2">
Our Journey
</h2>
<p className="text-lg leading-relaxed mb-4 p-4 sm:p-0">
Expand Down
Loading