Alt-Org / Altzone-WebPages

4 stars 0 forks source link

Fix Clanpage responsive issue #118

Open Jonroi opened 2 weeks ago

Jonroi commented 2 weeks ago

Content goes over bottom border when mobile are sideways

Phone: Nord 2 (2400 × 1080)

Screenshot_2024-09-29-01-29-59-30_40deb401b9ffe8e1df2f1cc5ba480b12

leolabdev commented 2 weeks ago

Known issue because of our navbar, I suggest using min() , or clamp() function. Example : " margin-top: min(10vh, 200px);"