Skip to content

Commit

Permalink
Merge pull request #52 from Violet-Verse/spacing-xs-devices
Browse files Browse the repository at this point in the history
adjust spacing
  • Loading branch information
hariszafar authored Nov 2, 2023
2 parents f896ec3 + c826b56 commit 6404787
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pages/enterprise.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ const Enterprise = () => {
alignItems={"center"}
align={"center"}
justifyContent={"center"}
mt={10}
mt={{xl: 10,lg: 10, md: 10}}
>
<Grid item px={{ xl: 22, lg: 4, md: 0 }} mb={3}>
<Grid item px={{ xl: 22, lg: 4, md: 0 }} mb={3} mt={{xs: 0}}>
<h1 className={styles.header}>
Introducing the modern publishing tool for the fashion media community.
</h1>
Expand All @@ -64,7 +64,7 @@ const Enterprise = () => {
</Grid>
</Box>
<Box
mt={{ sm: 20, xs: 10 }}
mt={{ sm: 20, xs: 5 }}
sx={{
// borderTop: 70,
// borderBottom: 70,
Expand Down Expand Up @@ -132,7 +132,7 @@ const Enterprise = () => {
display={{ md: "flex", lg: "none" }}
>
<Grid item>
<Grid item px={{ xl: 6, lg: 0 }}>
<Grid item px={{ xl: 6, lg: 0}}>
<h1 className={styles.header}>
Keep your audience engaged with Violet Verse
Enterprise.
Expand All @@ -146,7 +146,7 @@ const Enterprise = () => {
width={300}
/>
</Grid>
<Grid item px={{ xl: 38, lg: 0 }}>
<Grid item px={{ xl: 38, lg: 0,md:0,xs:0 }} display={{xs: 'none'}}>
<p>
Create and customize a blockchain-based blog
site for your brand or business with streamlined
Expand All @@ -162,7 +162,6 @@ const Enterprise = () => {
</Grid>
</Box>
<Box

my={18}
display={{ xs: "none", md: "flex" }}
sx={{
Expand All @@ -189,7 +188,7 @@ const Enterprise = () => {
</Box>
<Box
my={18}
display={{ xs: "flex", md: "none" }}
display={{ xs: "none", md: "none" }}
sx={{
px: {
xs: "0",
Expand Down Expand Up @@ -281,7 +280,7 @@ const Enterprise = () => {
display={{ md: "flex", lg: "none" }}
>
<Grid item>
<Grid item px={{ xl: 6, lg: 0 }}>
<Grid item px={{ xl: 6, lg: 0}} mt={{xs: 5}}>
<h1 className={styles.header}>
Keep your audience engaged with Violet Verse
Enterprise.
Expand All @@ -295,7 +294,7 @@ const Enterprise = () => {
width={323}
/>
</Grid>
<Grid item px={{ xl: 38, lg: 0 }}>
<Grid item px={{ xl: 38, lg: 0 }} display={{xs: 'none'}}>
<p>
Create and customize a blockchain-based blog
site for your brand or business with streamlined
Expand Down Expand Up @@ -327,7 +326,8 @@ const Enterprise = () => {
align={"center"}
justifyContent={"center"}
direction="column"
mt={20}
mt={8}
px={{xs: 2}}
>
<Grid item px={{ xl: 22, lg: 4, md: 0 }} mb={3}>
<h1 className={styles.header}>
Expand Down

0 comments on commit 6404787

Please sign in to comment.