fix padding

This commit is contained in:
nflnkr 2022-12-09 15:19:44 +03:00
parent 628f81efbe
commit 808ff6da4f

@ -13,13 +13,14 @@ interface Props {
export default function NavbarFull({ isLoggedIn }: Props) {
const theme = useTheme();
return isLoggedIn ? (
<Container
<Container
component="nav"
disableGutters
maxWidth={false}
sx={{
px: "20px",
px: "16px",
display: "flex",
height: "80px",
alignItems: "center",