Skip to content

Commit

Permalink
chore: Update page styles for better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-shervin committed Aug 10, 2024
1 parent f4473dd commit 9597265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/aboutus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Aboutus = () => {
<div className="w-full" id="about">
<div className="w-full flex flex-col">
<p className="mt-24 font-extrabold text-5xl text-center">About Us</p>
<div className="flex gap-[5vw] px-12 py-12 items-center">
<div className="flex gap-[5vw] lg:px-12 py-12 items-center">
<div className="shadow-md shadow-[#292761] flex flex-col items-center w-full rounded-2xl text-center bg-gradient-to-br from-[#100e1773] via-[#10345676] to-[#100e177e] border border-white/[0.2]">
<Image
alt=""
Expand Down
4 changes: 2 additions & 2 deletions src/pages/showcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ const Showcase = () => {
problems. Join us for a transformative experience.
</p>
<section className="text-white text-start border border-slate-500 rounded-2xl p-4 md:text-sm">
<section className="font-semibold italic md:text-lg">
<section className="font-semibold md:text-lg">
Overview
</section>
<section className="">
<section className="italic">
- Competitive coding event where participants competed for the
top title Challenged participants&apos; coding skills and
strategic thinking <br />
Expand Down

0 comments on commit 9597265

Please sign in to comment.