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; }