phseiff / phseiff.github.io

The source code repo for my personal website
https://phseiff.com
Other
10 stars 2 forks source link

title not resizing on mobile #1

Closed phseiff closed 4 years ago

phseiff commented 4 years ago

On mobile, the title is too long to fit onto the screen. Apparently, its text size doesn't scale. Also, the image next to the title seems to get smaller as the screen gets smaller (but not the title), which looks odd, so the titles' behavior should be adapted to this.

Reproducible by visiting the page on mobile.

phseiff commented 4 years ago

This might be fixable by removing the "optimized-for-mobile"-information from the html, since, well, it isn't optimized for mobile, actually.

phseiff commented 4 years ago

The suggested fix didn't fix it; as a quick & dirty solution, I provided three images, one for the title and one for the two sub-titles, and each one gets displayed instead of the responsive title on mobile. This is dirty, but it does the job.