Skip to content

Commit ccfb020

Browse files
committed
fix: tighten landing page hero column
1 parent 992334a commit ccfb020

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ h2 {
142142
.hero-proof {
143143
grid-template-columns: 1fr;
144144
align-items: start;
145-
gap: 12px;
145+
gap: 0;
146146
}
147147

148148
.hero-panel {
@@ -152,7 +152,7 @@ h2 {
152152

153153
.panel {
154154
overflow: hidden;
155-
padding: 10px;
155+
padding: 8px 8px 4px;
156156
background: var(--paper-strong);
157157
}
158158

@@ -163,7 +163,7 @@ h2 {
163163
}
164164

165165
.panel figcaption {
166-
padding: 10px 4px 0;
166+
padding: 8px 2px 0;
167167
color: var(--muted);
168168
font-size: 0.95rem;
169169
}

0 commit comments

Comments
 (0)