Responsive issue
While working on responsiveness of website . most of my content hides do not know why and it shows some part of the webpage.Check the repo of code "https://github.com/TalhaMustafa1/Age-Calculator-using-javascript.git"
5 Replies
@Kevin need a bit help
you should not ping kevin. there are a few reasons why it's overflowing. First of all, you has set a fixed width on your hr tag. Then your font-size is too large. For this large font-size you should use clamp, or size it down using media query. But i would just use clamp...
So it should be something like this
https://codepen.io/tok124/pen/JjevdNZ
And as you can see, now it wont overflow
like Tok said, don't do this. It's specifically mentioned in the rules to not ping staff or Kevin unnecessarily
i will take care of it for next time