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