Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛💄 Homepage - sizing between components #2766

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joshbermanssw
Copy link
Contributor

As per #2765 - the primary issue is that on large screens the FeatureItems ALL had lg:min-h-[70vh] set. I played around with a few options to conditionally render the padding, gaps and margins based off of the user input in the /admin editor. However none of these fit the use case for the Feature block.

Instead, I have added a boolean isFullScreen to each featureItem, set to true it would enable lg:min-h-[70vh] (like for our landing featureItem), set to false it would just render the gaps as normal

Test passed by @bettybondoc

@joshbermanssw joshbermanssw requested a review from a team as a code owner January 20, 2025 06:32
Copy link

vercel bot commented Jan 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tina-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 6:40am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant