summaryrefslogtreecommitdiffstats
path: root/sass/parts
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts')
-rw-r--r--sass/parts/_syntax.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/parts/_syntax.scss b/sass/parts/_syntax.scss
index b939984..9cb2ea1 100644
--- a/sass/parts/_syntax.scss
+++ b/sass/parts/_syntax.scss
@@ -79,6 +79,10 @@ figure.code{
table {
border: none;
text-align: left;
+ margin-top: 0;
+ td{
+ text-align: left;
+ }
}
td.code{
width: 100%;