From 3ff20daf9899058c2efc5d1bb229961001d8ad94 Mon Sep 17 00:00:00 2001 From: Daniel Vinci Date: Fri, 30 Apr 2021 11:48:46 -0600 Subject: [PATCH] add padding to site class --- src/routes/about-contact.svelte | 2 ++ src/routes/faq.svelte | 2 ++ src/routes/free-open-source.svelte | 2 ++ src/routes/global-open-infrastructure.svelte | 2 ++ src/routes/index.svelte | 2 ++ src/routes/privacy-by-design.svelte | 2 ++ 6 files changed, 12 insertions(+) diff --git a/src/routes/about-contact.svelte b/src/routes/about-contact.svelte index 2db3ed4..47bc85e 100644 --- a/src/routes/about-contact.svelte +++ b/src/routes/about-contact.svelte @@ -96,5 +96,7 @@ padding-top: 1em; padding-bottom: 3em; max-width: 1500px; + padding-left: 1em; + padding-right: 1em; } diff --git a/src/routes/faq.svelte b/src/routes/faq.svelte index 6fa4409..6acf6ec 100644 --- a/src/routes/faq.svelte +++ b/src/routes/faq.svelte @@ -289,5 +289,7 @@ max-width: 1500px; margin-left: auto; margin-right: auto; + padding-left: 1em; + padding-right: 1em; } \ No newline at end of file diff --git a/src/routes/free-open-source.svelte b/src/routes/free-open-source.svelte index 21b1b2e..007510d 100644 --- a/src/routes/free-open-source.svelte +++ b/src/routes/free-open-source.svelte @@ -61,5 +61,7 @@ padding-top: 1em; padding-bottom: 3em; max-width: 1500px; + padding-left: 1em; + padding-right: 1em; } diff --git a/src/routes/global-open-infrastructure.svelte b/src/routes/global-open-infrastructure.svelte index 6ff2b0d..e445669 100644 --- a/src/routes/global-open-infrastructure.svelte +++ b/src/routes/global-open-infrastructure.svelte @@ -55,5 +55,7 @@ max-width: 1500px; margin-left: auto; margin-right: auto; + padding-left: 1em; + padding-right: 1em; } diff --git a/src/routes/index.svelte b/src/routes/index.svelte index a621a3a..baacfae 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -79,6 +79,8 @@ margin-left: auto; margin-right: auto; max-width: 1024px; + padding-left: 1em; + padding-right: 1em; } .hero { diff --git a/src/routes/privacy-by-design.svelte b/src/routes/privacy-by-design.svelte index 77d606e..4fa1192 100644 --- a/src/routes/privacy-by-design.svelte +++ b/src/routes/privacy-by-design.svelte @@ -75,5 +75,7 @@ padding-top: 1em; padding-bottom: 3em; max-width: 1500px; + padding-left: 1em; + padding-right: 1em; }