Squashed: fix margin for bullet points
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-14 15:50:08 +01:00
parent 9770b7e211
commit dfe5583c73
3 changed files with 3 additions and 3 deletions

View File

@ -245,7 +245,7 @@ html{
width: 1em;
position: absolute;
margin-left: -20px;
margin-top: -3px;
margin-top: -8px;
color: #505050
}

View File

@ -229,7 +229,7 @@ html {
width: 1em;
position: absolute;
margin-left: -20px;
margin-top: -3px;
margin-top: -8px;
color: #505050
}
.post-content li {

File diff suppressed because one or more lines are too long