diff --git a/src/components/UI/Header.tsx b/src/components/UI/Header.tsx index c093949..3627fdc 100644 --- a/src/components/UI/Header.tsx +++ b/src/components/UI/Header.tsx @@ -58,12 +58,29 @@ export default function Header() {
- - +
+ +
+ +
+ +
+ - + diff --git a/src/index.css b/src/index.css index 92bfa28..77fced0 100644 --- a/src/index.css +++ b/src/index.css @@ -33,7 +33,7 @@ body { } .arrow-outline path { - stroke: black; /* outline color */ - stroke-width: 20px; /* thickness of outline (tweak this) */ + stroke: black; + stroke-width: 20px; stroke-linejoin: round; }