Skip to content
Snippets Groups Projects

ISTWCMS-5898: section-spacing-seperator and column-seperator css

3 files
+ 26
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -20,7 +20,8 @@
}
// Add top margin when headers are preceded by other elements (p, ul, etc.)
* + & {
// (excluding the uw-admin-label that identifies the blocks in layout builder)
*:not(.uw-admin-label) + & {
margin-top: var(--size-2);
}
Loading