diff --git a/libs/blocks/text/text.css b/libs/blocks/text/text.css index 608b72765e..3e7aec1a00 100644 --- a/libs/blocks/text/text.css +++ b/libs/blocks/text/text.css @@ -42,7 +42,6 @@ height: 100%; } - .text-block .foreground { max-width: var(--grid-container-width); margin: 0 auto; @@ -61,6 +60,12 @@ align-items: center; } +.text-block hr { + border-color: #e1e1e1; + border-style: solid; + margin: var(--spacing-m) 0; +} + /* Alignment */ .text-block.center { text-align: center;