How can I edit the announcement bar for free delivery on all orders?

How do I get it so the announcement bar says

FREE DELIVERY ON ALL ORDERS

then below that

spend £50 and claim your …..

all centrally aligned

instead of it being a continuous line.

dagnorak.myshopify.com

Hi @DAGNORAK

Copy the announcement bar and text change

Doesn’t look right

Hello @DAGNORAK

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

#shopify-section-sections--18770651447616__announcement-bar .announcement-bar p {
    font-size: 22px !important;
}