File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import PinnedPapersCarousel from "../PinnedPapersCarousel";
66const 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" >
You can’t perform that action at this time.
0 commit comments