Skip to content

Commit 992334a

Browse files
committed
fix: tighten landing page hero spacing
1 parent bbf1cb8 commit 992334a

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

docs/styles.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ h2 {
141141

142142
.hero-proof {
143143
grid-template-columns: 1fr;
144+
align-items: start;
145+
gap: 12px;
146+
}
147+
148+
.hero-panel {
149+
align-self: start;
150+
height: fit-content;
144151
}
145152

146153
.panel {
@@ -156,7 +163,7 @@ h2 {
156163
}
157164

158165
.panel figcaption {
159-
padding: 12px 6px 4px;
166+
padding: 10px 4px 0;
160167
color: var(--muted);
161168
font-size: 0.95rem;
162169
}
@@ -170,7 +177,7 @@ h2 {
170177
}
171178

172179
.card,
173-
.feature { padding: 24px; }
180+
.feature { padding: 20px; }
174181

175182
.split {
176183
display: grid;
@@ -186,7 +193,7 @@ h2 {
186193
}
187194

188195
.hero-feature-board .feature {
189-
min-height: 168px;
196+
min-height: 132px;
190197
background: rgba(255, 252, 246, 0.98);
191198
}
192199

0 commit comments

Comments
 (0)