Skip to content

Commit 5fbbafb

Browse files
brunoborgesCopilot
andcommitted
Fix consistent spacing between slug page sections
Add margin: 40px 0 to .docs-section and .related to match .explanation spacing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 75d1683 commit 5fbbafb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,10 @@ nav {
10561056
}
10571057

10581058
/* ---------- Documentation Links ---------- */
1059+
.docs-section {
1060+
margin: 40px 0;
1061+
}
1062+
10591063
.docs-links {
10601064
display: flex;
10611065
flex-wrap: wrap;
@@ -1083,6 +1087,10 @@ nav {
10831087
}
10841088

10851089
/* ---------- Related ---------- */
1090+
.related {
1091+
margin: 40px 0;
1092+
}
1093+
10861094
.related-grid {
10871095
display: grid;
10881096
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));

0 commit comments

Comments
 (0)