From 9849216ed691801a276b4f8538c6d2344dda4066 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Fri, 9 Aug 2019 22:27:04 -0700 Subject: [PATCH 1/3] Conditionally add top padding to Android addons icons --- _includes/sections/android-addons.html | 6 +++--- assets/css/style.scss | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/_includes/sections/android-addons.html b/_includes/sections/android-addons.html index 9d040b05..39f9e0b1 100644 --- a/_includes/sections/android-addons.html +++ b/_includes/sections/android-addons.html @@ -7,7 +7,7 @@
-
+
Blokada
@@ -17,7 +17,7 @@
-
+
NetGuard
@@ -27,7 +27,7 @@
-
+
Orbot
diff --git a/assets/css/style.scss b/assets/css/style.scss index 90626c1f..d54cc62a 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -183,3 +183,13 @@ footer { margin-right: 1rem; } } + +.pad-top-on-lg { + padding-top: 0px; +} + +@media only screen and (min-width: 992px) { + .pad-top-on-lg { + padding-top: 50px; + } +} \ No newline at end of file -- 2.40.1 From 3807b7c27e9179e17bde1a2e49f352bae795debc Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sat, 10 Aug 2019 11:22:05 -0700 Subject: [PATCH 2/3] Use .pt-lg-5 instead of custom class --- _includes/sections/android-addons.html | 6 +++--- assets/css/style.scss | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/_includes/sections/android-addons.html b/_includes/sections/android-addons.html index 39f9e0b1..a1d48883 100644 --- a/_includes/sections/android-addons.html +++ b/_includes/sections/android-addons.html @@ -7,7 +7,7 @@
-
+
Blokada
@@ -17,7 +17,7 @@
-
+
NetGuard
@@ -27,7 +27,7 @@
-
+
Orbot
diff --git a/assets/css/style.scss b/assets/css/style.scss index d54cc62a..7ccd8321 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -182,14 +182,4 @@ footer { i { margin-right: 1rem; } -} - -.pad-top-on-lg { - padding-top: 0px; -} - -@media only screen and (min-width: 992px) { - .pad-top-on-lg { - padding-top: 50px; - } } \ No newline at end of file -- 2.40.1 From f5902f9993497fa4cc2c51883275e8218ce5ceb9 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sat, 10 Aug 2019 11:25:34 -0700 Subject: [PATCH 3/3] Include XPrivacyLua --- _includes/sections/android-addons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/android-addons.html b/_includes/sections/android-addons.html index a1d48883..d203ffa6 100644 --- a/_includes/sections/android-addons.html +++ b/_includes/sections/android-addons.html @@ -44,7 +44,7 @@
-
+
XPrivacyLua
-- 2.40.1