From e8d1582ed4f55e8b0055507fca29bc1e10ad6bfc Mon Sep 17 00:00:00 2001 From: Sophie Schiller Date: Sat, 7 Aug 2021 22:01:40 +0200 Subject: [PATCH] bw/nginx i hate whitespace --- bundles/nginx/files/site_template | 2 +- data/nginx/files/error.html | 8 ++++---- data/nginx/files/not_found.html | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bundles/nginx/files/site_template b/bundles/nginx/files/site_template index 7d90a43..304e0fc 100644 --- a/bundles/nginx/files/site_template +++ b/bundles/nginx/files/site_template @@ -77,7 +77,7 @@ server { root /var/www/; internal; } - + error_page 500 502 503 504 /error.html; location = /error.html { root /var/www/; diff --git a/data/nginx/files/error.html b/data/nginx/files/error.html index b06bad3..544a586 100644 --- a/data/nginx/files/error.html +++ b/data/nginx/files/error.html @@ -36,23 +36,23 @@ background-color: var(--bg-color); } .header{ - border-bottom-width: 10px; + border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: var(--line-color); padding-bottom: 1em } h1{ vertical-align: middle; - margin: 0 auto; + margin: 0 auto; width: var(--page-width); } .emoji{ vertical-align: middle; - font-size: 3em; + font-size: 3em; margin-right: 0.5em; } .text{ - margin: 1em auto; + margin: 1em auto; width: var(--page-width); font-size: 1.5em; } diff --git a/data/nginx/files/not_found.html b/data/nginx/files/not_found.html index cbb5218..289b13b 100644 --- a/data/nginx/files/not_found.html +++ b/data/nginx/files/not_found.html @@ -36,23 +36,23 @@ background-color: var(--bg-color); } .header{ - border-bottom-width: 10px; + border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: var(--line-color); padding-bottom: 1em } h1{ vertical-align: middle; - margin: 0 auto; + margin: 0 auto; width: var(--page-width); } .emoji{ vertical-align: middle; - font-size: 3em; + font-size: 3em; margin-right: 0.5em; } .text{ - margin: 1em auto; + margin: 1em auto; width: var(--page-width); font-size: 1.5em; }