I finally finished it. I wonder if you can give me advise/tips regarding about this kind of matter:
About sizing. I can’t seem to figured out how will I fit the text when it has smaller view page.
I finally finished it. I wonder if you can give me advise/tips regarding about this kind of matter:
About sizing. I can’t seem to figured out how will I fit the text when it has smaller view page.
Hi there!
You need to post your code here.
To make the text resize you have two options. Either use a size that changes depending on the viewport (like a percentage of the vw for example) or use a media query to specify a different size when the pages reaches a specific size.
Try googling your question(how do I set repo size font size) and see other options there.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.