diff --git a/01-frontend/src/helper/navbar/NavBar.css b/01-frontend/src/helper/navbar/NavBar.css index e43ea76..4e15c69 100644 --- a/01-frontend/src/helper/navbar/NavBar.css +++ b/01-frontend/src/helper/navbar/NavBar.css @@ -14,11 +14,9 @@ /* Logo styles */ .navbar-logo { - font-family: 'Roboto', sans-serif; - font-weight: bold; - color: white; text-decoration: none; - margin-right: auto; + margin-right: 1rem; + height: 3rem; } /* Menu styles */ diff --git a/01-frontend/src/helper/navbar/NavBar.tsx b/01-frontend/src/helper/navbar/NavBar.tsx index 2054fd0..cfd622b 100644 --- a/01-frontend/src/helper/navbar/NavBar.tsx +++ b/01-frontend/src/helper/navbar/NavBar.tsx @@ -149,28 +149,26 @@ export default function NavBar() { }} > - - DPShop Logo - - Digitaler Produktionsshop - - + Logo + + Digitaler Produktionsshop +