diff --git a/src/components/layout/Heading/index.scss b/src/components/layout/Heading/index.scss
index 66b7a8aa..1f5c5315 100644
--- a/src/components/layout/Heading/index.scss
+++ b/src/components/layout/Heading/index.scss
@@ -13,6 +13,9 @@
.h2 {
line-height: 28px;
+ font-weight: $bolderFont;
+ letter-spacing: -0.5px;
+ font-family: 'Roboto Mono', monospace;
font-size: $(fontSizeHeadingMd)px;
}
diff --git a/src/components/layout/Page/index.scss b/src/components/layout/Page/index.scss
index 05fb632b..5f37d5d3 100644
--- a/src/components/layout/Page/index.scss
+++ b/src/components/layout/Page/index.scss
@@ -2,7 +2,7 @@
display: flex;
flex: 1 0 auto;
flex-direction: column;
- padding: 80px 260px 0px 260px;
+ padding: 80px 200px 0px 200px;
}
.center {
diff --git a/src/routes/open/components/Layout.jsx b/src/routes/open/components/Layout.jsx
index 5560279d..cb5d7377 100644
--- a/src/routes/open/components/Layout.jsx
+++ b/src/routes/open/components/Layout.jsx
@@ -32,6 +32,8 @@ type Props = {
const iconStyle = {
color: secondary,
+ width: '32px',
+ height: '32px',
}
const Layout = ({
@@ -50,7 +52,7 @@ const Layout = ({
- Create New Safe
+ Create New Safe
({
const SafeName = ({ classes }: Props) => (
-
- This setup will create a Safe with one or more owners. Optionally give the Safe a local name.
- By continuing you consent with the terms of use and privacy policy.
-
-
- ● I understand that my funds are held securely in my Safe. They cannot be accessed by Gnosis.
-
-
- ● My Safe is a smart contract on the Ethereum blockchain.
-
-
+
+
+ This setup will create a Safe with one or more owners. Optionally give the Safe a local name.
+ By continuing you consent with the terms of use and privacy policy.
+
+
+
+
+ ● I understand that my funds are held securely in my Safe. They cannot be accessed by Gnosis.
+
+
+
+
+ ● My Safe is a smart contract on the Ethereum blockchain.
+
+
+