Add default styling for ordered lists

This commit is contained in:
davegson 2020-07-07 18:11:26 +02:00
parent 88292853d6
commit 729e5f22ba
3 changed files with 13 additions and 6 deletions

View file

@ -56,9 +56,9 @@ With the SPN however, every connection is calculated individually and leaves the
<br/>
- 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
![SPN community](https://safing.io/assets/img/spn/spn-community-web.png)

View file

@ -50,9 +50,9 @@ With the SPN however, every connection is calculated individually and leaves the
<br/>
- 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
![SPN community](https://safing.io/assets/img/spn/spn-community-web.png)

View file

@ -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;