Skip to content

Commit

Permalink
[docs] Banner tweaks (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Dec 21, 2022
1 parent 79b128a commit b0c64f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/landing/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Banner(props) {
sx={{
pt: 0,
pb: { xs: 2, sm: 8, md: docs ? 1 : 16 },
px: docs ? { xs: 0, sm: 0, md: 3 } : 'default',
px: docs ? { xs: 0, sm: 0, md: 0 } : 'default',
display: 'flex',
flexDirection: 'row',
justifyContent: 'center',
Expand All @@ -27,7 +27,7 @@ export default function Banner(props) {
sx={{
borderRadius: 1,
px: 2,
py: docs ? 3 : 2,
py: docs ? 2.5 : 2,
bgcolor: (theme) =>
theme.palette.mode === 'dark'
? alpha(theme.palette.primaryDark[900], 0.5)
Expand Down

0 comments on commit b0c64f4

Please sign in to comment.