1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Reduce space between doc sections

Fixes #253
This commit is contained in:
McMatts 2019-05-29 14:36:37 +01:00
parent c8b82c85fe
commit 1e1cbdd843
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
margin: 0 0 0 0;
> .page-header {
margin: 2rem 0 2rem 0;
margin: 0 0 2rem 0;
> .page-number {
color: $theme-500;

View file

@ -38,8 +38,9 @@
.dz-preview, .dz-processing {
display: none !important;
}
.section-attachments {
margin: 1.5rem 0 0 0;
margin: 1.5rem 0 1.5rem 0;
padding: 0;
> .file {