imfing / hextra

🔯 Modern, batteries-included Hugo theme for creating beautiful doc, blog and static websites
https://imfing.github.io/hextra/
MIT License
764 stars 178 forks source link

A lot of free space until the footer comes in the smartphone mode for pixel 7 #234

Open ghac101 opened 11 months ago

ghac101 commented 11 months ago

Description

If you have a look at any website in the smartphone mode for Google Pixel 7, there is a lot of free and empty space, until the footer starts. The fact that I need to scroll down to the footer gives me confidence that this is not due to the large screen but due to some miscalculation of the min-height of the screensize?

Steps To Reproduce

  1. Open any page of the template in Google Chrome
  2. Switch to developer mode
  3. View the page with Google Pixel Device

Expected Behavior I would have expected that if there is no more text / words, the footer starts earlier as it happens for other smartphone types.

Actual Behavior

There is a lot of free and empty space, until the footer starts.

Screenshots image

Environment

Additional Context

Thanks a lot for having a look!

imfing commented 11 months ago

The footer is expected to show up when you scroll down a bit further.

the footer starts earlier as it happens for other smartphone types.

It looks normal to me on both Pixel and iPhone, where you need to scroll down to see the footer:

image

ghac101 commented 11 months ago

Thanks a lot for your fast reply. I understood that this is the expected behaviour. I was just wondering if this makes sense or if it would make more sense to show the footer earlier, if there is not enough content on the page. Just though it looks a bit odd to me, if there is just one sentence on the page and you then have to scroll down a bit before the footer starts. I cannot recall any other website where this is the case, mostly footer starts directly after the content, no matter how much content there is on the page.