Skip to content

Commit

Permalink
chore: Update FAQ section styles for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-shervin committed Aug 9, 2024
1 parent 097d1a4 commit f4473dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function Home() {
</div>*/}

{/* FAQ Section */}
<div className="w-full py-24" id="faq">
<div className="w-full py-24 min-h-screen" id="faq">
<p className="text-center font-extrabold text-5xl py-24">
Frequently Asked Questions
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/aboutus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Aboutus = () => {
src="/oc.jpg"
className="w-full px-8 rounded-3xl object-contain hidden sm:block pt-8"
/>
<p className="text-white text-start p-8 md:text-sm">
<p className="text-white text-justify py-12 px-8 md:text-sm">
VIT Chennai, established in 2010, is a leading private institution
in Tamil Nadu, India, offering top-tier engineering programs with
a focus on research, industry collaboration, and practical
Expand Down
2 changes: 1 addition & 1 deletion src/pages/showcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Showcase = () => {
src="/bitwars.jpg"
className="w-full px-8 rounded-3xl object-contain hidden sm:block pt-8"
/>
<p className="text-white text-start md:text-sm my-8">
<p className="text-white text-justify md:text-sm my-8 ">
BITWARS 2.0, VIT Chennai&apos;s second edition of the biggest
offline Competitive Programming Event, is set to revolutionize
Competitive Programming Culture. Hosted by IEEE CS, it features
Expand Down

0 comments on commit f4473dd

Please sign in to comment.