From 2743093e815d7c73bb1ff5b86504cd95d2750b08 Mon Sep 17 00:00:00 2001 From: suroh Date: Fri, 20 Jul 2018 13:46:26 +0200 Subject: [PATCH] updated css to clean up ul --- css/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/styles.css b/css/styles.css index 6c83531..bd46c86 100755 --- a/css/styles.css +++ b/css/styles.css @@ -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; +} \ No newline at end of file