Update document block margin

This commit is contained in:
Ramon Wenger 2022-02-02 17:01:35 +01:00
parent 6d1eb48fe5
commit b775d857a6
1 changed files with 4 additions and 0 deletions

View File

@ -159,5 +159,9 @@ export default {
&--text_block { &--text_block {
margin-bottom: $large-spacing; margin-bottom: $large-spacing;
} }
&--document_block {
margin-bottom: $large-spacing;
}
} }
</style> </style>