samyakmaitre / eventmint

A comprehensive event registration platform inspired by the functionality of BookMyShow, but designed specifically for schools, colleges, and universities. This platform allows institutions to list their events and manage registrations seamlessly. Users can explore various events, register for them, and complete payments securely through platform
https://eventmint.vercel.app
35 stars 102 forks source link

Fix Navbar "Sign In" Button Alignment #11

Closed Sharmaji513 closed 2 weeks ago

Sharmaji513 commented 3 weeks ago

Description The "Sign In" button on the navbar is not correctly aligned, causing a layout issue. The button should be aligned to the right side of the navbar. The issue might be due to missing or incorrect CSS styling.

Steps to Reproduce Go to the application. Observe the "Sign In" button on the navbar. Notice the alignment issue, where the button is not placed correctly on the right.

Expected Behavior The "Sign In" button should be aligned to the right side of the navbar, maintaining uniform spacing and alignment with other navbar items.

Actual Behavior The "Sign In" button appears misplaced and not correctly aligned.

Suggested Solution Use margin-left: auto; or ml-auto in Tailwind CSS. Verify the structure of the navbar and apply Flexbox or Grid styles if necessary. Ensure consistent styling with other navbar items.

Screenshots

2024-10-01-20-50-50

iamsaura8h commented 3 weeks ago

@samyakmaitre assign me this issue plz i can start working on it right away

rounakdey6 commented 3 weeks ago

level this issue , gssoc , i want to work on it , please assign this issue to me

samyakmaitre commented 2 weeks ago

Issue Resolved by another merge request.