From 71b641151ef3e07947bfd48225fe0a5fa562e360 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 17 May 2017 21:14:12 +0100 Subject: [PATCH] Fix lint --- md_pdf/assets/static/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/md_pdf/assets/static/style.scss b/md_pdf/assets/static/style.scss index c9c2723..522df91 100644 --- a/md_pdf/assets/static/style.scss +++ b/md_pdf/assets/static/style.scss @@ -62,13 +62,13 @@ body.footer, body.header { body.tocs { h1 { - text-align: center; margin-bottom: 45px; + text-align: center; } .row { - border-bottom: 1px dashed black; margin-bottom: $font-size-base; + border-bottom: 1px dashed black; font-size: $font-size-base * 1.5; }