mirror of
https://github.com/safing/web
synced 2025-09-02 02:59:03 +00:00
Add default styling for ordered lists
This commit is contained in:
parent
88292853d6
commit
729e5f22ba
3 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
||||

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

|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue