Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
israeldail committed Nov 29, 2022
1 parent 28a8a6b commit 2d1cdef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code-aire/component/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Navbar = () => {
<nav className='navbar'>
<div className="logo">
<Link href="/">
<h1>Code-aire</h1>
<h1 className='company-logo'>Code-aire</h1>
</Link>
</div>
<Link href="/"><a>Home</a></Link>
Expand Down
6 changes: 6 additions & 0 deletions code-aire/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -506,4 +506,10 @@ height: 20rem;
font-size: medium;
}

.logo {
height: 100%;
width: 100%;
margin-top: 1rem;
}

}

1 comment on commit 2d1cdef

@vercel
Copy link

@vercel vercel bot commented on 2d1cdef Nov 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.