refactor: add 2rem py to nav

This commit is contained in:
Mikhail Saveliev 2023-12-20 04:25:41 +03:00
parent faa7d3c8d0
commit cb7629a536

View file

@ -7,7 +7,7 @@ import WalletIcon from "../../../utils/WalletIcon";
export const AppNav = () => { export const AppNav = () => {
return ( return (
<div style={{ height: 'max-content' }} className="bg-[#30333C] h-max-content text-white"> <div style={{ height: 'max-content' }} className="bg-[#30333C] h-max-content text-white py-2">
<div className="container mx-auto"> <div className="container mx-auto">
<div className="flex flex-row justify-between"> <div className="flex flex-row justify-between">
<div className="flex flex-row items-center"> <div className="flex flex-row items-center">