Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruta7203 committed Jun 6, 2024
1 parent e3fce44 commit ab8ff6a
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit ab8ff6a

Please sign in to comment.