From 118391b0884738c676f36a0fd7aee0a373cfe1a1 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 5 Jun 2018 15:09:16 -0500 Subject: fix header margins --- app/assets/stylesheets/bootstrap_migration.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index e4bd8533919..5daeab3740e 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -205,3 +205,20 @@ table { pre code { white-space: pre-wrap; } + +h1, +.h1, +h2, +.h2, +h3, +.h3, +h4, +.h4, +h5, +.h5, +h6, +.h6 { + margin-top: 10px; + margin-bottom: 10px; +} + -- cgit v1.2.1