fix: padding bot and margin bot

This commit is contained in:
Wikzyy
2025-02-20 21:56:30 +07:00
parent fdabe25950
commit 743d2bfcb9

View File

@ -3,7 +3,7 @@ import { NavbarMenu } from '../';
const Navbar = () => { const Navbar = () => {
return ( return (
<div className="border-b border-gray-200 pb-5 lg:pb-0 mb-5 lg:mb-5"> <div className="border-b border-gray-200 lg:pb-0 py-2 mb-5 mt-3 lg:mt-5">
<Container className="flex flex-wrap justify-between items-center gap-2"> <Container className="flex flex-wrap justify-between items-center gap-2">
<NavbarMenu /> <NavbarMenu />
</Container> </Container>