updated css to clean up ul

This commit is contained in:
suroh 2018-07-20 13:46:26 +02:00
parent ac7231af31
commit 2743093e81
1 changed files with 8 additions and 0 deletions

View File

@ -153,3 +153,11 @@ header {
grid-row: 3 / 3;
align-items: start;
}
.cv ul {
list-style-type: "-";
}
.cv ul li {
padding: 0 2px 0 3px;
}