diff --git a/_posts/2020-01-22-how-the-spn-compares-to-tor.md b/_posts/2020-01-22-how-the-spn-compares-to-tor.md
index 4d318b6..7e61f0c 100644
--- a/_posts/2020-01-22-how-the-spn-compares-to-tor.md
+++ b/_posts/2020-01-22-how-the-spn-compares-to-tor.md
@@ -56,9 +56,9 @@ With the SPN however, every connection is calculated individually and leaves the
-- your connections are spread across the globe
-- visibility in the 'open web' is minimized
-- connections are not slowed down by having to go extra miles
+1. your connections are spread across the globe
+2. visibility in the 'open web' is minimized
+3. connections are not slowed down by having to go extra miles

diff --git a/_posts/2020-01-22-how-the-spn-compares-to-vpns.md b/_posts/2020-01-22-how-the-spn-compares-to-vpns.md
index 1d045b6..3cc4331 100644
--- a/_posts/2020-01-22-how-the-spn-compares-to-vpns.md
+++ b/_posts/2020-01-22-how-the-spn-compares-to-vpns.md
@@ -50,9 +50,9 @@ With the SPN however, every connection is calculated individually and leaves the
-- your connections are spread across the globe
-- visibility in the 'open web' is minimized
-- connections are not slowed down by having to go extra miles
+1. your connections are spread across the globe
+2. visibility in the 'open web' is minimized
+3. connections are not slowed down by having to go extra miles

diff --git a/_sass/_page_container.scss b/_sass/_page_container.scss
index c18fc3a..eae8e97 100644
--- a/_sass/_page_container.scss
+++ b/_sass/_page_container.scss
@@ -73,6 +73,13 @@
margin-top: 3rem;
ul {
+ padding-top: 0.1rem;
+ list-style-type: initial;
+ padding-left: 1rem;
+ color: #898989;
+ }
+
+ ol {
padding-top: 0.1rem;
list-style-type: decimal;
padding-left: 1rem;