Skip to content

Issue 71: Add default column width for slimmer viewport widths#74

Merged
jlengstorf merged 1 commit into
codetv-dev:mainfrom
cdvillard:issue-71-hackathon-layout
Jun 23, 2026
Merged

Issue 71: Add default column width for slimmer viewport widths#74
jlengstorf merged 1 commit into
codetv-dev:mainfrom
cdvillard:issue-71-hackathon-layout

Conversation

@cdvillard

Copy link
Copy Markdown
Contributor

Expected Result
When I load the hackathon pages into viewports slimmer than 1024px, I expect to see the hackathon cards load and their contents be clearly legible.

Current Result
When I load the hackathon pages, any Cards rendered in a Grid component are rendered in 1px columns with text overflowing. This occurs despite template column definitions at a minimum viewport width of 600px and 1024px. This is due to a lack of enforced grid column width by default. This, in combination with the flex styling and other grid definitions, caused the thin render width.

Changes
This PR simply adds a default template column width and a width of 100% to ensure content fills the space. This fixes the grid matrixes for both the hackathons main page and submission page.

Hackathon main page (before/after) -

Screenshot 2026-06-23 at 9 56 39 AM Screenshot 2026-06-23 at 9 57 00 AM

Hackathon submission page (before/after) -

Screenshot 2026-06-23 at 9 57 19 AM Screenshot 2026-06-23 at 9 57 49 AM

@netlify

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

Deploy Preview for codetv ready!

Name Link
🔨 Latest commit 740b455
🔍 Latest deploy log https://app.netlify.com/projects/codetv/deploys/6a3a91cd849cec00083bd270
😎 Deploy Preview https://deploy-preview-74--codetv.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

👷 Deploy request for codetv-automations pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 740b455

@netlify

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

Deploy Preview for codetv-links ready!

Name Link
🔨 Latest commit 740b455
🔍 Latest deploy log https://app.netlify.com/projects/codetv-links/deploys/6a3a91cd593f9f0008f56240
😎 Deploy Preview https://deploy-preview-74--codetv-links.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@jlengstorf jlengstorf merged commit 9111cee into codetv-dev:main Jun 23, 2026
4 checks passed
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.

2 participants