You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: update hero title and card styles to prevent layout shift (#478)
- Changed font size and weight for the hero title to enhance visual
impact.
- Adjusted media query styles for better responsiveness on smaller
screens.
@media screen and (max-width:966px){.heroBanner_KU2A{padding:2rem}.hero__title{font-size:2rem}.theme-layout-footer{min-height:600px}.footer__links{min-height:450px}.footer__col{min-height:100px}}
92
+
@media screen and (max-width:966px){.heroBanner_KU2A{padding:2rem}.hero__title{font-size:48px}.theme-layout-footer{min-height:600px}.footer__links{min-height:450px}.footer__col{min-height:100px}}
95
93
`}</style>
96
94
97
95
{/* Prefetch important pages */}
@@ -105,24 +103,7 @@ export default function Home() {
0 commit comments