We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://go.dev/tour
and all subsequent /tour pages
/tour
On desktop the header h2 is clearly visible on the tour screens:
h2
However, on mobile devices, the header is obscured due to incorrect padding:
As viewed here via devtools:
The header was hidden when viewed on a mobile device
The header displayed on mobile as it is on desktop
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/613675 mentions this issue: tour: show header on mobile devices
tour: show header on mobile devices
Sorry, something went wrong.
cc @golang/tools-team
Thanks for the CL @loveboat. I assigned myself to remind myself to review/test the change.
No worries @hyangah - hopefully this (rather straightforward) change makes it in soon!
Let me know if you need me to do anything for it
hyangah
No branches or pull requests
What is the URL of the page with the issue?
https://go.dev/tour
and all subsequent
/tour
pagesDescription
On desktop the header
h2
is clearly visible on the tour screens:However, on mobile devices, the header is obscured due to incorrect padding:
As viewed here via devtools:
What did you see happen?
The header was hidden when viewed on a mobile device
What did you expect to see?
The header displayed on mobile as it is on desktop
The text was updated successfully, but these errors were encountered: