Skip to content

Commit

Permalink
Switch Desktop Nav to Horizontal Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rtwoo committed Oct 26, 2024
1 parent b5c9f46 commit 338c672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation/DesktopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function DesktopNav() {
return (
<section className="nav-container">
<a href="/" className="flex gap-4 items-center">
<img src="/logo/Compact_Dark_Mode.svg" className="w-20 aspect-square" />
<img src="logo/Soda_Logo_Dark_Mode.svg" className="w-28 aspect-square" />
</a>
<ul className="flex gap-14 items-center text-soda-white font-bold">
{navLinks.map((el) => (
Expand Down
1 change: 1 addition & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ body {

.home {
@apply min-h-screen max-w-[2560px] mx-auto;
margin-top: 20vh;
position: relative; /* Make sure the parent container is positioned */
padding-left: 0; /* Reset padding to avoid extra space on the left */
padding-right: 0; /* Reset padding to avoid extra space on the right */
Expand Down

0 comments on commit 338c672

Please sign in to comment.