Skip to content

Commit

Permalink
Fixed the overlapping of Checkout heading and Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sitambhra committed Jan 2, 2025
1 parent f4981c9 commit f72f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/checkOut.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { clearCart } from '../Store/cartSlice';
const CheckoutContainer = styled.div`
padding: 4rem 2rem;
max-width: 800px;
margin: 0 auto;
margin: 3.75rem auto;
`;

const Title = styled(motion.h1)`
Expand Down

0 comments on commit f72f44a

Please sign in to comment.