mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: navbar styling fixed
This commit is contained in:
parent
99ffeeafef
commit
41286d4691
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue