astriaai / headshots-starter

https://headshots-starter.vercel.app
MIT License
3.8k stars 644 forks source link

Responsiveness issue #90

Open MateuszLenczewski opened 9 months ago

MateuszLenczewski commented 9 months ago

When resizing the window below 1024px in width the "Home" and "Get Credits" buttons disappear. I tried to target this issue but I couldn't solve it, also in developer tools I can see the particular snippet of Tailwind code that causes this issue but I don't know which property to change in the code to not trigger it.

image_2023-12-13_200712612

image_2023-12-13_200538644 image_2023-12-13_200552639

anayatkhan1 commented 8 months ago

Hello @MateuszLenczewski, I'm interested in addressing the issue you mentioned. Could you please guide me on the specific route where you're encountering this problem ?

MateuszLenczewski commented 8 months ago

Hi @anayatkhan1, it was an issue in all of the routes but I have solved it by removing "hidden" in className of the Navbar image_2024-01-14_192944136

anayatkhan1 commented 8 months ago

It's great to hear that you were able to resolve the issue with the routes by removing hidden from the className of the Navbar. 🙂