File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function StoredPapers() {
3434 Upcoming Papers
3535 </ p >
3636
37- < div className = "grid grid-cols-1 justify-center gap-6 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-4" >
37+ < div className = "grid grid-cols-1 justify-center gap-6 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-4 px-6 " >
3838 { displayPapers . map ( ( paper : IUpcomingPaper ) => (
3939 < UpcomingPaper
4040 key = { paper . subject }
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ function Faq() {
1818
1919 return (
2020 < >
21- < div id = "faq" className = "mb-8 w-full text-center text-4xl font-bold text-[#120020] dark:text-white lg:text-left lg:text-5xl vipnabd" >
21+ < div id = "faq" className = "mb-8 w-full text-center text-4xl font-bold text-[#120020] dark:text-white lg:text-left lg:text-5xl vipnabd px-6 " >
2222 Frequently Asked Questions
2323 </ div >
24- < div className = "play mx-auto w-full space-y-6" >
24+ < div className = "play mx-auto w-full space-y-6 px-6 " >
2525 { faqs . map ( ( faq , index ) => (
2626 < div
2727 key = { index }
You can’t perform that action at this time.
0 commit comments