Skip to content

Commit

Permalink
style(website): redesign navbar (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
devilkiller-ag authored Jan 11, 2024
1 parent 073c795 commit c4b83f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modelina-website/src/components/layouts/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ export default function NavBar({ className = '', hideLogo = false }) {

return (
<div className={`bg-white ${className} z-50`}>
<div className="flex w-full justify-between items-center py-6 lg:justify-start lg:space-x-10">
<div className="flex w-full justify-between items-center py-3 lg:justify-start lg:space-x-10">
{!hideLogo && (
<div className="lg:w-auto lg:flex-1">
<div className="flex">
<Link href="https://modelina.org/" className="cursor-pointer">
<ModelinaLogo className="h-16 w-auto sm:h-12" />
<ModelinaLogo className="h-12 w-auto sm:h-16" />
</Link>
</div>
</div>
Expand Down

0 comments on commit c4b83f2

Please sign in to comment.