We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992334a commit ccfb020Copy full SHA for ccfb020
1 file changed
docs/styles.css
@@ -142,7 +142,7 @@ h2 {
142
.hero-proof {
143
grid-template-columns: 1fr;
144
align-items: start;
145
- gap: 12px;
+ gap: 0;
146
}
147
148
.hero-panel {
@@ -152,7 +152,7 @@ h2 {
152
153
.panel {
154
overflow: hidden;
155
- padding: 10px;
+ padding: 8px 8px 4px;
156
background: var(--paper-strong);
157
158
@@ -163,7 +163,7 @@ h2 {
163
164
165
.panel figcaption {
166
- padding: 10px 4px 0;
+ padding: 8px 2px 0;
167
color: var(--muted);
168
font-size: 0.95rem;
169
0 commit comments