Skip to content

Commit 28f7830

Browse files
committed
Adjust spacing for main content elements
1 parent 333f96c commit 28f7830

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

assets/css/index.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ h1 {
126126
font-size: var(--text-font-size-lg);
127127
}
128128

129-
p,
130-
ol,
131-
ul {
129+
main div:not(:last-child),
130+
main p:not(:last-child),
131+
main ol:not(:last-child),
132+
main ul:not(:last-child) {
132133
margin-bottom: 1rem;
133134
}
134135

@@ -307,4 +308,5 @@ main > :nth-child(n + 10) {
307308
display: flex;
308309
justify-content: space-between;
309310
align-items: baseline;
311+
margin-bottom: 0.5rem;
310312
}

0 commit comments

Comments
 (0)