31bc2604b8418894b037c9580da0365389042b85
All checks were successful
build-website / build (push) Successful in 1m30s
Hero Section Viewport Fix: - Changed body from min-height to height:100% for proper iOS inheritance - Updated layout wrapper from min-h-screen to h-full - Created app.vue with explicit height wrapper for Nuxt root - Maintains complete height inheritance chain: html > body > #__nuxt > layout Mobile Footer Fix: - Fixed CSS conflict: removed grid-template-columns from flex container - Added proper flex column layout for mobile stacking - Removed margin-left:auto that was causing horizontal overflow - Added word-wrap and padding for proper text wrapping - Centered all footer content on mobile devices These changes ensure the hero section fills the entire iPhone Safari viewport including the URL bar area, and the footer displays correctly without cutoff.
Description
No description provided
Languages
HTML
59.7%
CSS
29.5%
JavaScript
9.1%
TypeScript
1.6%