From 1d8b700bcc617630ee3f661fa867c4c3227cbbcc Mon Sep 17 00:00:00 2001 From: John Hess Date: Mon, 21 Mar 2022 15:45:30 -0500 Subject: [PATCH] fix captive page styling per https://gitlab.com/guardianproject/wind/wind-offline-fdroid-repo-on-rpi/-/issues/9 --- _scss/pages/home.scss | 3 ++- captive.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_scss/pages/home.scss b/_scss/pages/home.scss index f99af7b..a066aef 100644 --- a/_scss/pages/home.scss +++ b/_scss/pages/home.scss @@ -1,7 +1,7 @@ // ------------------------- // Body Styles // ------------------------- -.main-area { +body { background-color: $gold; } @@ -92,6 +92,7 @@ a:active { .content-area { &-wrapper { margin-top: 30px; + margin-bottom: 30px; .content-title { font-size: 42px; font-weight: 800; diff --git a/captive.html b/captive.html index 032d891..95c7392 100644 --- a/captive.html +++ b/captive.html @@ -4,7 +4,7 @@ layout: basic {% assign page_data = site.data.home %} -
+
{{ page_data.page_logo[1] }}