website refactor
This commit is contained in:
@@ -259,7 +259,7 @@ export default function SponsorSignupPage() {
|
||||
</SponsorHero>
|
||||
|
||||
{/* Platform Stats */}
|
||||
<Box maxWidth="6xl" mx="auto" px={4} mt={-8} position="relative" zIndex={10}>
|
||||
<Box maxWidth="6xl" mx="auto" px={4} style={{ marginTop: '-2rem' }} position="relative" zIndex={10}>
|
||||
<Box display="grid" gridCols={{ base: 2, md: 4 }} gap={4}>
|
||||
{PLATFORM_STATS.map((stat, index) => (
|
||||
<motion.div
|
||||
|
||||
Reference in New Issue
Block a user