Fix responsive layout and block positioning #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Landing page has fixed-size canvas,
!importantgrid hacks, and inconsistent footer between two page versions.Affected Files
landing/src/index.html(demoCanvas, footer)landing/src/desktop-fix.csslanding/src/style.csswebsite/(footer variant)Issues Found
index.htmlline ~340width="1000" height="500"— not responsive!importantgrid hacksdesktop-fix.css!importantoverrideslanding/src/vswebsite/Acceptance Criteria
desktop-fix.cssremoved entirely — proper CSS overrides instyle.css!importantdeclarations in any layout-related CSSdemoCanvasuses responsive sizing (CSSwidth: 100%; max-width: 1000px; height: auto;)landing/src/andwebsite/(single source of truth)!importantoverridesLabels
type::bug, priority::high, status::new, workflow::landing