Skip to content

Commit

Permalink
achievements in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiyafatima09 committed Aug 17, 2024
1 parent 1b22d9d commit 89c7dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/achievements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Achievements() {
<div className="container place-items-center font-bold pt-20 pb-5">
<h2 className="text-5xl text-white-800 text-center">Achievements</h2>
</div>
<div className="w-[40%] m-auto pt-11">
<div className="sm:w-[50%] md:w-[40%] m-auto pt-11">
<Carousel slides={slides} />
</div>
</>
Expand Down
2 changes: 1 addition & 1 deletion components/activities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Activities() {
<div className="flex flex-col md:flex-row w-full h-full" data-aos="zoom-y-out" data-aos-delay="150">
<div className="highlight flex-1 flex items-center justify-center bg-black-800 p-8">
<div className="p-8 md:p-16">
<HyperText className="text-3xl font-bold mb-4 text-green-500 " text="Competitive Programming" />
<HyperText className="text-3xl font-bold mb-4 text-green-500" text="Competitive Programming" />
<h2 className="text-2xl font-bold mb-4 px-10">PB Hustle</h2>
<p className="text-lg text-justify px-16">
Point Blank has organized over 40+ editions of its PB Hustle
Expand Down

0 comments on commit 89c7dc0

Please sign in to comment.