diff options
-rw-r--r-- | partials/_base.scss | 2 | ||||
-rw-r--r-- | style.scss | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/partials/_base.scss b/partials/_base.scss index e2bbd9c..1df7c97 100644 --- a/partials/_base.scss +++ b/partials/_base.scss @@ -1,7 +1,7 @@ // Typography // // No styleguide reference. -$baseFontSize: 12px; +$baseFontSize: 13px; $baseLineHeight: ($baseFontSize * 2); // Framework integrations @@ -282,7 +282,8 @@ body { } //General image behaviour. -img { +img, +table.img { float: left; vertical-align: top; margin: 0 2em 1em 0; @@ -432,7 +433,7 @@ th { ul li { @include no-bullets; padding: 0; - line-height: 1.5em; + line-height: 1.7em; a { font-weight: normal; } |