Skip to content

Commit

Permalink
added margin at bottom of paper component
Browse files Browse the repository at this point in the history
  • Loading branch information
hppanpaliya committed Sep 13, 2023
1 parent 36f2b75 commit c07fb4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/src/components/InboxEmail/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const InboxEmail = () => {
sx={{
p: 2,
margin: isMobile ? "6vh" : "0vh",
marginBottom: 2,
}}
>
<motion.div variants={containerVariants} initial="initial" animate="animate">
Expand Down

0 comments on commit c07fb4e

Please sign in to comment.