Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resized the Button size which are in navbar #51

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function Navbar() {
</div>

<div className="hidden md:flex gap-4 mt-2">
<button className="rounded-xl px-4 py-2 border-2 border-gray-500 text-lg hover:opacity-70 transition duration-300 ease-in-out">
<button className="rounded-xl p-2 border-2 border-gray-500 text-lg hover:opacity-70 transition duration-300 ease-in-out">
<div className="flex gap-1.5 text-white">
<img src={discord} alt="" />
<a
Expand All @@ -98,7 +98,7 @@ export default function Navbar() {
</a>
</div>
</button>
<button className="text-lg px-4 py-2 text-white rounded-lg mt-0 bg-[#4C58FE] hover:bg-[#3442D4] transition duration-300 ease-in-out">
<button className="text-lg p-2 text-white rounded-lg mt-0 bg-[#4C58FE] hover:bg-[#3442D4] transition duration-300 ease-in-out">
<a
href="https://events.mlh.io/events/10259-hacktoberfest-2023-in-mumbai"
target="_blank"
Expand Down