Applied new padding component
This commit is contained in:
parent
34dcf21040
commit
b330d6685a
4 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ export default () => {
|
|||
return (
|
||||
<>
|
||||
<Page alignment="column">
|
||||
<Padding left={4.75} right={4.75}>
|
||||
<Padding left={4.75} right={4.75} top={0} bottom={0}>
|
||||
<Row content="split">
|
||||
<Link to="/">
|
||||
<Row content="left" gap={2}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue