Open rimmesbe opened 6 years ago
Always add this meta tag into your <head> section when you are using media queries: <meta name="viewport" content="width=device-width, initial-scale=1.0"> This will ensure the media queries register on all devices. https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
https://github.com/Densetsu1/Colmar-Academy/blob/master/index.html#L3
Always add this meta tag into your
<head>
section when you are using media queries:<meta name="viewport" content="width=device-width, initial-scale=1.0">
This will ensure the media queries register on all devices. https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_taghttps://github.com/Densetsu1/Colmar-Academy/blob/master/index.html#L3