Hello,
When I open my store on my phone my message in the announcement bar is being cut off\
Try adding this code to the bottom of theme.css (theme.scss.css)
@media screen and (max-width: 769px) {
.announcement-message-item.announcement-announcement-0.rte {
font-size: 11px;
}
}
You can adjust the font size px value, should you want the font larger or smaller.