Skip to content

Commit 6bbe9a2

Browse files
Fix typo and add missing margin-bottom to tables
1 parent 8b9c828 commit 6bbe9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ body {
2525

2626

2727
/**
28-
* Set `margin-bottom` to maintain vertycal rhythm
28+
* Set `margin-bottom` to maintain vertical rhythm
2929
*/
3030
h1, h2, h3, h4, h5, h6,
3131
p, blockquote, pre,
32-
ul, ol, dl, figure,
32+
ul, ol, dl, figure, table,
3333
%vertical-rhythm {
3434
margin-bottom: $spacing-unit / 2;
3535
}

0 commit comments

Comments
 (0)