Palo alto: change announcement bar font size and in 1 line

Hi, how can I change my announcement bar to a smaller font and in 1 line for mobile view.

My shop url: https://stonedandco.com/

Hi @Lanchaster_91

add this code in css file

@media(max-width:767px){
	.top-bar__slider{
		font-size:8px!important;
	}
}