From 61419aec2706cccfae78d6e82a0918247a6e643c Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sat, 10 Aug 2019 11:27:22 -0700 Subject: [PATCH] Conditionally add top padding to Android addons icons (#1129) * Conditionally add top padding to Android addons icons * Use .pt-lg-5 instead of custom class * Include XPrivacyLua --- _includes/sections/android-addons.html | 8 ++++---- assets/css/style.scss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/sections/android-addons.html b/_includes/sections/android-addons.html index 9d040b05..d203ffa6 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
@@ -44,7 +44,7 @@
-
+
XPrivacyLua
diff --git a/assets/css/style.scss b/assets/css/style.scss index 90626c1f..7ccd8321 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -182,4 +182,4 @@ footer { i { margin-right: 1rem; } -} +} \ No newline at end of file