@Verterra - it is due to font size, you will need to reduce font size of the text, please add this css to the very end of your base.css file and check
@media screen and (max-width: 750px) {
.announcement-bar__message {
font-size: 0.8rem;
}
}