Skip to content

Commit ed135a5

Browse files
brunoborgesCopilot
andcommitted
Equalize spacing between hero card, share, and copilot sections
Set hero padding-bottom and copilot-callout-inner margin-top to the same value (16px) so both gaps around the social share row are equal. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5b7503f commit ed135a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ nav {
270270
/* ---------- Hero ---------- */
271271
.hero {
272272
text-align: center;
273-
padding: 80px 24px 48px;
273+
padding: 80px 24px 16px;
274274
max-width: 800px;
275275
margin: 0 auto;
276276
}
@@ -1487,7 +1487,7 @@ footer a:hover {
14871487
}
14881488

14891489
.hero {
1490-
padding: 56px 16px 32px;
1490+
padding: 56px 16px 16px;
14911491
}
14921492

14931493
.section {
@@ -1548,7 +1548,7 @@ footer a:hover {
15481548
border: 1px solid var(--accent);
15491549
border-radius: 12px;
15501550
padding: 16px 24px;
1551-
margin-top: 8px;
1551+
margin-top: 16px;
15521552
margin-bottom: 8px;
15531553
}
15541554
.copilot-icon {

0 commit comments

Comments
 (0)