We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf1cb8 commit 992334aCopy full SHA for 992334a
1 file changed
docs/styles.css
@@ -141,6 +141,13 @@ h2 {
141
142
.hero-proof {
143
grid-template-columns: 1fr;
144
+ align-items: start;
145
+ gap: 12px;
146
+}
147
+
148
+.hero-panel {
149
+ align-self: start;
150
+ height: fit-content;
151
}
152
153
.panel {
@@ -156,7 +163,7 @@ h2 {
156
163
157
164
158
165
.panel figcaption {
159
- padding: 12px 6px 4px;
166
+ padding: 10px 4px 0;
160
167
color: var(--muted);
161
168
font-size: 0.95rem;
162
169
@@ -170,7 +177,7 @@ h2 {
170
177
171
178
172
179
.card,
173
-.feature { padding: 24px; }
180
+.feature { padding: 20px; }
174
181
175
182
.split {
176
183
display: grid;
@@ -186,7 +193,7 @@ h2 {
186
193
187
194
188
195
.hero-feature-board .feature {
189
- min-height: 168px;
196
+ min-height: 132px;
190
197
background: rgba(255, 252, 246, 0.98);
191
198
192
199
0 commit comments