Font-size not working for Weather App

So I’m redoing the weather app project and for some reason the font-size is applying correctly, as you can see the “degrees” symbol and number aren’t proportionate, and whatever I change it to doesn’t seem to matter. Any help would be appreciated I’m sure it’s something small I overlooked. Here’s the project https://codepen.io/MarcelPenn/pen/gqZLLZ

Using the !important tag as well as changing font-size by #id instead of tag type works for me.

Also, getting rid of bootstrap fixed the issue as well. Likely it is overwriting your CSS.

Awesome, thanks. I got rid of bootstrap and it works, as that was only part of my default head anyway. I will probably use #id as well just to make it a little cleaner. Appreciate it!

1 Like