efix navbar icon
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -149,11 +149,10 @@ export default function NavBar() {
|
||||
}}
|
||||
>
|
||||
<Box sx={{ display: "flex", alignItems: "center", minWidth: "0px" }}>
|
||||
<Box sx={{ display: 'flex', alignItems: 'center' }}>
|
||||
<img
|
||||
src={logo}
|
||||
alt="DPShop Logo"
|
||||
style={{ height: '40px', marginRight: '12px' }}
|
||||
alt="Logo"
|
||||
className="navbar-logo"
|
||||
/>
|
||||
<Typography
|
||||
variant="h6"
|
||||
@@ -170,7 +169,6 @@ export default function NavBar() {
|
||||
>
|
||||
Digitaler Produktionsshop
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
</Box>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user