golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123k stars 17.54k forks source link

x/website: show header on mobile devices #69494

Open loveboat opened 4 days ago

loveboat commented 4 days ago

What is the URL of the page with the issue?

https://go.dev/tour

and all subsequent /tour pages

Description

On desktop the header h2 is clearly visible on the tour screens:

image

However, on mobile devices, the header is obscured due to incorrect padding:

image

As viewed here via devtools:

image

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

gopherbot commented 4 days ago

Change https://go.dev/cl/613675 mentions this issue: tour: show header on mobile devices

cagedmantis commented 3 days ago

cc @golang/tools-team