Ian Z on Nostr: nprofile1q…h827z I think your website is missing a responsive breakpoint. When I ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq8hdtxw4fy7wyksk5ryskdksq2w9d2fqwd5htkkazeazeh26fmz0slh827z (nprofile…827z) I think your website is missing a responsive breakpoint. When I shrink the browser horizontally I get a horizontal scrollbar starting around 1000px width and the breakpoint only kicks in at 800px.
I found two instances of 800px in the codebase styles.css and resume.css. If you set both to 1000px it should solve it. A CSS variable would be even slicker to eliminate repeated magic numbers.
I found two instances of 800px in the codebase styles.css and resume.css. If you set both to 1000px it should solve it. A CSS variable would be even slicker to eliminate repeated magic numbers.