diff --git a/express/blocks/fullscreen-marquee/fullscreen-marquee.css b/express/blocks/fullscreen-marquee/fullscreen-marquee.css index 1e85134d..10296478 100644 --- a/express/blocks/fullscreen-marquee/fullscreen-marquee.css +++ b/express/blocks/fullscreen-marquee/fullscreen-marquee.css @@ -20,6 +20,8 @@ font-size: var(--heading-font-size-l); text-align: left; margin: 0; + -webkit-hyphens: none; + hyphens: none; } .fullscreen-marquee .fullscreen-marquee-heading p { @@ -226,7 +228,7 @@ transition: .5s opacity ease-in; } -.fullscreen-marquee .button-container.free-plan-container { +.fullscreen-marquee p.button-container { margin-left: auto; margin-right: auto; }