瀏覽代碼

move logo on navbar slightly

master
azri 8 月之前
父節點
當前提交
f48c294708
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      src/components/Navbar/Navbar.jsx

+ 3
- 2
src/components/Navbar/Navbar.jsx 查看文件

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…
取消
儲存