diff --git a/content/signup/index.md b/content/signup/index.md
index 8cbe33b..a9ef285 100644
--- a/content/signup/index.md
+++ b/content/signup/index.md
@@ -36,7 +36,7 @@ Join our exclusive community and be part of the revolutionary Neo-Digital Freezo
-{% row(style="center" margin="header" padding="NONE") %}
+{% row(style="center" margin="narrow" padding="NONE") %}
## Powered by ThreeFold
@@ -45,7 +45,7 @@ Join our exclusive community and be part of the revolutionary Neo-Digital Freezo
The world’s largest decentralized network by **ThreeFold**
-allows every application on the OurApps™ to attain a level of security and privacy like never seen before.
+allows every application on the OurApps™
to attain a level of security and privacy like never seen before.
diff --git a/css/index.css b/css/index.css
index 74a97fa..ab0ec40 100644
--- a/css/index.css
+++ b/css/index.css
@@ -104,7 +104,7 @@ img[src*="#fig"] {
@apply font-medium;
}
h3 {
- @apply text-xl lg:text-3xl font-normal my-4;
+ @apply text-xl lg:text-2xl font-normal my-4;
color:#1c5d34;
}
h3 strong {
@@ -120,7 +120,7 @@ img[src*="#fig"] {
@apply text-lg not-italic font-normal my-1;
}
p {
- @apply text-base lg:text-xl leading-tight tracking-normal font-normal my-0;
+ @apply text-base lg:text-lg leading-tight tracking-normal font-normal my-0;
font-family: "CercoDEMO", sans-serif;
}
blockquote {