feat: introduction blog post + landing page mobile fixes#119
Merged
Conversation
- Constrain hero glow overlay to viewport width (was fixed 600px, causing horizontal scroll on phones). - Stack hero and final-CTA buttons vertically below sm breakpoint so they don't overflow on narrow screens. - Scale HeroGraph height responsively (320/420/540px) so the demo canvas isn't disproportionately tall on mobile. - Add overflow-x: clip on body as a safety net (clip, not hidden, to preserve the sticky navbar).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/blog/symflowbuilder-design-symfony-workflows-visually— a shareable introduction to SymFlowBuilder that can also be copied to Medium and SupportDock.HeroGraphheight scales by breakpoint, andbodygetsoverflow-x: clipas a safety net (clip, nothidden, to preserve the sticky navbar).Changes
Blog post (
lib/data/blog-posts.ts)symflowbuilder-design-symfony-workflows-visually, dated 2026-04-20, taggedannouncement,symfony,workflow,editor.symflowengine, the stack, and a CTA.Landing page responsiveness
app/page.tsx:118— hero glow overlay noww-[min(600px,100vw)]instead of fixedw-150(600px).app/page.tsx:149andapp/page.tsx:471— hero and final-section CTAs useflex-col sm:flex-rowwith full-width buttons belowsm.components/landing/HeroGraph.tsx— canvas height scales320 → 420 → 540pxacrosssm/lgbreakpoints.app/globals.css:60—overflow-x: cliponbody.Test plan
/blog— new post appears at the top (sorted by date)./blog/symflowbuilder-design-symfony-workflows-visually— renders correctly, internal links work (/editor,/blog/symflow-core-workflow-engine-for-nodejs)./at 320px / 375px / 414px viewport widths — no horizontal scroll.HeroGraphis appropriately sized at each breakpoint andfitViewstill works.overflow-x: clip).Generated by Claude Code