File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,9 @@ export default function LandingPage() {
232
232
</ div >
233
233
</ section >
234
234
</ main >
235
- < footer className = "w-full py-12 px-4 md:px-6 border-t bg-secondary" >
235
+ < footer className = "w-full pt-8 pb-4 px-4 md:px-6 border-t bg-secondary" >
236
+ { /* <-- Changed pt-12 into pt-8 and pb-4 to reduce unnecessary padding */ }
237
+
236
238
< div className = "container mx-auto" >
237
239
< div className = "flex flex-col md:flex-row justify-between items-center mb-8" >
238
240
< div className = "flex items-center space-x-4 mb-4 md:mb-0" >
@@ -376,7 +378,8 @@ export default function LandingPage() {
376
378
</ ul >
377
379
</ div >
378
380
</ div >
379
- < div className = "flex flex-col md:flex-row justify-between items-center pt-8 border-t border-border" >
381
+ < div className = "flex flex-col md:flex-row justify-center items-center pt-8 border-t border-border" >
382
+ { /* <-- Changed justify-between into justify-center to center the copyright statement*/ }
380
383
< p className = "text-sm text-muted-foreground mb-4 md:mb-0" >
381
384
© { currentYear } LeetCode Journal. All rights reserved.
382
385
</ p >
You can’t perform that action at this time.
0 commit comments