Open davecastlevania opened 7 years ago
https://github.com/stephaniee2/colmar-academy/blob/master/index.html#L4-L8
If I view this on an iPhone device it will not resize but resize on browser resize with desktop. This is an easy fix by adding a meta tag for the viewport. Addthis to <head>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
Read more about this issue here
https://github.com/stephaniee2/colmar-academy/blob/master/index.html#L4-L8
If I view this on an iPhone device it will not resize but resize on browser resize with desktop. This is an easy fix by adding a meta tag for the viewport. Addthis to
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
Read more about this issue here