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] 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