From 8c652a427f0bcab469e4f7e93107ad24f39cb8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Kiss?= Date: Wed, 18 Oct 2017 21:34:29 +0200 Subject: [PATCH] feat(agent): change header styles (#464) --- packages/uhk-web/src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/uhk-web/src/styles.scss b/packages/uhk-web/src/styles.scss index 04e77ec0..b74fbecc 100644 --- a/packages/uhk-web/src/styles.scss +++ b/packages/uhk-web/src/styles.scss @@ -65,3 +65,7 @@ ul.btn-list { margin-top: 0.5em; } } + +.h1, .h2, .h3, h1, h2, h3 { + margin-top: 10px; +}