Browse Source

move logo on navbar slightly

master
azri 1 week ago
parent
commit
f48c294708
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/components/Navbar/Navbar.jsx

+ 3
- 2
src/components/Navbar/Navbar.jsx View File

327
             {/* Left Section: Logo */}
327
             {/* Left Section: Logo */}
328
             <Box
328
             <Box
329
               sx={{
329
               sx={{
330
+                ml:1,
330
                 mr: {
331
                 mr: {
331
                   xs: 0,
332
                   xs: 0,
332
                   sm: 0,
333
                   sm: 0,
344
               <a href="/">
345
               <a href="/">
345
                 <img src={logoSrc} alt="Logo"
346
                 <img src={logoSrc} alt="Logo"
346
                   style={{
347
                   style={{
347
-                    width: 100,
348
-                    height: 17,
348
+                    width: 130,
349
+                    height: 20,
349
                   }} />
350
                   }} />
350
               </a>
351
               </a>
351
             </Box>
352
             </Box>

Loading…
Cancel
Save