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