fix padding
This commit is contained in:
parent
628f81efbe
commit
808ff6da4f
@ -17,9 +17,10 @@ export default function NavbarFull({ isLoggedIn }: Props) {
|
||||
return isLoggedIn ? (
|
||||
<Container
|
||||
component="nav"
|
||||
disableGutters
|
||||
maxWidth={false}
|
||||
sx={{
|
||||
px: "20px",
|
||||
px: "16px",
|
||||
display: "flex",
|
||||
height: "80px",
|
||||
alignItems: "center",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user