Skip to content

Commit 23a486e

Browse files
Zorlinclaude
andcommitted
fix: constrain hero layout for widescreen displays
Max-width 1200px on hero container, 600px on text column, centered with auto margins. Prevents content from stretching across ultrawide displays. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fb0520e commit 23a486e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Dragonfly
33
layout: hextra-home
44
---
55

6-
<div style="display: flex; flex-direction: row; gap: 3rem; align-items: center; flex-wrap: wrap;">
7-
<div style="flex: 1; min-width: 400px;">
6+
<div style="display: flex; flex-direction: row; gap: 3rem; align-items: center; flex-wrap: wrap; max-width: 1200px; margin: 0 auto;">
7+
<div style="flex: 1; min-width: 400px; max-width: 600px;">
88

99
{{< hextra/hero-headline >}}
1010
metal, managed.

0 commit comments

Comments
 (0)