Open ghost opened 6 years ago
https://github.com/DR0nee/Capstone/blob/master/index.html#L3-L10
Make sure to include the viewport meta tag so that you can properly control the viewport's size and scale.
This is a must for any mobile-optimized site.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
https://github.com/DR0nee/Capstone/blob/master/index.html#L3-L10
Make sure to include the viewport meta tag so that you can properly control the viewport's size and scale.
This is a must for any mobile-optimized site.