|
@@ -291,7 +291,7 @@ const Navbar = () => {
|
291
|
291
|
py: 0.5
|
292
|
292
|
}} disableGutters>
|
293
|
293
|
|
294
|
|
- <Box sx={{ display: "flex", alignItems: "center", width:"100%", position:"relative" }}>
|
|
294
|
+ <Box sx={{ display: "flex", alignItems: "center", width:"100%", position:"relative", justifyContent:"space-between" }}>
|
295
|
295
|
{/* SIDEBAR BUTTON */}
|
296
|
296
|
<Box sx={{
|
297
|
297
|
display: {
|
|
@@ -318,9 +318,17 @@ const Navbar = () => {
|
318
|
318
|
</Box>
|
319
|
319
|
|
320
|
320
|
{/* Left Section: Logo */}
|
321
|
|
- <Box sx={{
|
322
|
|
- mx: "auto",
|
323
|
|
- }}>
|
|
321
|
+ <Box
|
|
322
|
+ sx={{
|
|
323
|
+ mr:{
|
|
324
|
+ xs:0,
|
|
325
|
+ sm:0,
|
|
326
|
+ md:10,
|
|
327
|
+ lg:10,
|
|
328
|
+ xl:10
|
|
329
|
+ }
|
|
330
|
+ }}
|
|
331
|
+ >
|
324
|
332
|
<a href="/">
|
325
|
333
|
<img src={logoSrc} alt="Logo"
|
326
|
334
|
style={{
|