diff --git a/cv.html b/cv.html
index 96c4d13..494f25a 100644
--- a/cv.html
+++ b/cv.html
@@ -45,6 +45,15 @@
line-height: 1.6;
}
+ ul {
+ list-style-type: "-";
+ padding-left: 1.5em;
+ }
+
+ li {
+ padding-left: 0.25em;
+ }
+
h3 {
display: flex;
justify-content: space-between;