fix: navbar styling fixed

This commit is contained in:
theoleuthardt 2025-02-08 12:35:35 +01:00
parent 99ffeeafef
commit 41286d4691

View file

@ -8,7 +8,7 @@ interface NavProps {
const navbar = (props: NavProps) => { const navbar = (props: NavProps) => {
return ( return (
<div className="h-18 w-full p-3 border-2 border-white"> <div className="h-18 w-full p-3">
<nav className="bg-black text-white font-bold flex flex-row items-center justify-between"> <nav className="bg-black text-white font-bold flex flex-row items-center justify-between">
<div className="justify-items-start flex flex-1 flex-row items-center"> <div className="justify-items-start flex flex-1 flex-row items-center">
<Image <Image
@ -27,7 +27,7 @@ const navbar = (props: NavProps) => {
</a> </a>
) : null} ) : null}
</div> </div>
<div className="flex flex-auto"> <div className="flex flex-auto justify-end">
<a <a
href="https://github.com/theoleuthardt/werkzeugkiste" href="https://github.com/theoleuthardt/werkzeugkiste"
className="items-end mr-3" className="items-end mr-3"