This may be a little long.
I have a website for a restaurant that has a line of text in an html element with a script that changes the amount of years they have been in business every year on their anniversary.
I'm in the process of rebuilding the site and the client wants the text in a certain color and certain size.
I tried using css files for each breakpoint but the first breakpoint just won't show (phone), every other breakpoint works fine. It's like the small breakpoint doesn't exist.
I'm going to attach my css file and maybe someone can see if I have something incorrect in the first breakpoint.
The break points are labeled from smallest to largest as .html-element.html-elemen-bp1 to .html-element.html-elemen-bp5.
I would like to use the script so I don't have to update the year, every year.
Thanks for any help,
Ernie