Explorar el Código

move logo on navbar slightly

master
azri hace 1 semana
padre
commit
f48c294708
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      src/components/Navbar/Navbar.jsx

+ 3
- 2
src/components/Navbar/Navbar.jsx Ver fichero

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

Loading…
Cancelar
Guardar