Skip to content

Commit

Permalink
[MDS-5491] update padding. (#3097)
Browse files Browse the repository at this point in the history
update padding.
  • Loading branch information
henryoforeh-dev authored May 13, 2024
1 parent e6bd0e6 commit ded80ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Overview = (props) => {
<Row>
<Typography.Title level={1}>Overview</Typography.Title>
</Row>
<Row gutter={[0, 16]} style={{ paddingBottom: 8 }}>
<Row gutter={[0, 16]} style={{ paddingBottom: 16 }}>
<Col lg={{ span: 14 }} xl={{ span: 16 }}>
<Typography.Title level={2}>Mine Information</Typography.Title>
<Typography.Paragraph>
Expand Down

0 comments on commit ded80ef

Please sign in to comment.