Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meta tag for responsiviness #490

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

trinaldi
Copy link

The usual html:5_ snippet does not have the meta tag with the contents
name="viewport" content="width=device-width, initial-scale=1", which
allows the website to be responsive.

This commit also cleans some white spaces.

The usual `html:5_` snippet does not have the meta tag with the contents
`name="viewport" content="width=device-width, initial-scale=1"`, which
allows the website to be responsive.
@cikal
Copy link

cikal commented Oct 8, 2020

+1 for this, also im suggest for adding one more meta for compatibility

<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants