How can I change size of blog tittle for moblie?

Blog post title on mobile is too big. On pc and tablet its look all right. How can I fix it?

Mobile:
Obraz3

Please try this CSS snippet, but please note that it can require further customization. If you are not familiar with the code customization, then please consider hiring someone for custom work https://fvrr.co/32e7LvY

@media screen and (max-width: 47.99em){
	article .post__title{
		font-size: 10px;
	}	
}

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.