Skip to content

Commit 3fa4e24

Browse files
committed
fix header and upcoming exams disappear and left aligned searchbar
1 parent 604cee0 commit 3fa4e24

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/PapersCarousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function PapersCarousel() {
6464

6565
return (
6666
<div className="mt-3 px-4">
67-
<p className="my-8 hidden text-center font-play text-lg font-semibold md:block">
67+
<p className="my-8 text-center font-play text-lg font-semibold md:block">
6868
Upcoming Exams
6969
</p>
7070

src/components/screens/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import PinnedPapersCarousel from "../PinnedPapersCarousel";
66
const Hero = () => {
77
return (
88
<div id="hero" className="flex flex-col justify-between">
9-
<h1 className="mx-auto my-8 hidden text-center font-vipnabd text-3xl font-extrabold md:block">
9+
<h1 className="mx-auto my-8 text-center font-vipnabd text-3xl font-extrabold md:block">
1010
Built by Students for Students
1111
</h1>
12-
<div className="mt-5 px-6">
12+
<div className="mt-5 px-[14vw] md:px-6">
1313
<SearchBar />
1414
</div>
1515
<p className="my-8 text-center font-play text-lg font-semibold">

0 commit comments

Comments
 (0)