From 8f8714d3e5a683a9459a36aa19b695a4904a069d Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 30 Jul 2017 21:14:02 +0100 Subject: [PATCH] Altered spacing of headers within baseDialog --- .../views/paperTemplates/baseDialog/baseDialog.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css diff --git a/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css b/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css new file mode 100644 index 00000000..8cb79b8b --- /dev/null +++ b/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css @@ -0,0 +1,12 @@ +.base-dialog h1, +.base-dialog h2, +.base-dialog h3, +.base-dialog h4, +.base-dialog h5, +.base-dialog h6{ + margin-bottom: 8px; +} + +.base-dialog p{ + margin-bottom: 20px; +} \ No newline at end of file