updated css to clean up ul

This commit is contained in:
suroh 2018-07-20 13:47:15 +02:00
parent 2743093e81
commit 3e26c0822e
1 changed files with 5 additions and 1 deletions

View File

@ -159,5 +159,9 @@ header {
}
.cv ul li {
padding: 0 2px 0 3px;
padding: 0 2px 0 0px;
}
.cv ul li br {
padding-bottom: 4px;
}