diff options
-rw-r--r-- | _sass/yat/_base.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_sass/yat/_base.scss b/_sass/yat/_base.scss index 956cd4e..f3223fd 100644 --- a/_sass/yat/_base.scss +++ b/_sass/yat/_base.scss @@ -188,6 +188,15 @@ pre { background-color: transparent; border: 0; } + + table, pre { + margin-bottom: 0; + + .gutter, .code { + padding: 6px; + border: none; + } + } } |