Skip to content

Commit d833d4f

Browse files
committed
Last list item spacing
1 parent eeb9110 commit d833d4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/basic.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ a:link img {
2020
margin-top: -4px;
2121
margin-right: 4px;
2222
}
23-
p, dt, dd {
23+
p, dt, dd, ul {
2424
margin-top: 1.5em; /* 24px @ 16px */
2525
margin-bottom: 1.5em;
2626
padding: 0 1.5em;
@@ -31,6 +31,7 @@ dd {
3131
}
3232
dd:last-child {
3333
border-bottom: none;
34+
margin-bottom: 2.5em;
3435
}
3536
h1, h2, h3, h4, h5, h6 {
3637
font-family: "Gill Sans", sans-serif;

0 commit comments

Comments
 (0)