Skip to content

Commit 4456ff4

Browse files
committed
DOC-252 add padding to ol > code samples and tables
1 parent b35cd2f commit 4456ff4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/_sass/components/_markdown.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,12 @@
144144
top: 0;
145145
left: 0;
146146
}
147-
147+
div.highlighter-rouge {
148+
margin: 15px auto;
149+
}
150+
table {
151+
margin: 15px auto;
152+
}
148153
&>ul,
149154
ol {
150155
margin-top: 0;

0 commit comments

Comments
 (0)