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

Added "viewport" meta tag to base template to fix scaling on mobile devices #185

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

m-rm
Copy link

@m-rm m-rm commented Feb 22, 2024

When using django-survey on a phone I noticed that the text is too small and the elements are too wide. I noticed the "viewport" meta tag is missing when I compared the template code to the official Bootstrap getting started guide (see https://getbootstrap.com/docs/3.3/getting-started/#template). After adding the tag to the base template the scaling is fixed.

Added viewport meta tag to fix scaling on mobile devices
@Pierre-Sassoulas Pierre-Sassoulas added this to the 1.4.7 milestone Feb 23, 2024
Copy link
Owner

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thank you !

@Pierre-Sassoulas Pierre-Sassoulas merged commit 1ac67b3 into Pierre-Sassoulas:main Feb 23, 2024
6 checks passed
@Pierre-Sassoulas
Copy link
Owner

Released in 1.4.7 :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants