diff --git a/app/assets/stylesheets/earthworks.css b/app/assets/stylesheets/earthworks.css index 0afeab75..cc2482fb 100644 --- a/app/assets/stylesheets/earthworks.css +++ b/app/assets/stylesheets/earthworks.css @@ -365,3 +365,12 @@ body { #main-container { flex: 1; } + +/* Add margin for consecutive paragraphs in item descriptions */ +.document-metadata p { + margin-bottom: 0; +} + +.document-metadata p + p { + margin-top: 1rem; +}