From eef42bcfe975ed3a39ab385a2675fde0e31617f1 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 5 Jan 2017 11:50:28 +0100 Subject: add projects page --- style/main.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'style/main.scss') diff --git a/style/main.scss b/style/main.scss index 1c03a1e..5afd75a 100644 --- a/style/main.scss +++ b/style/main.scss @@ -79,4 +79,21 @@ h2::before { h3::before { content: '### '; +} + +main ul { + padding: 0; + + li { + list-style: none; + padding-left: 30px; + position: relative; + + &::before { + content: "\00a0- "; + position: absolute; + top: 0; + left: 0; + } + } } \ No newline at end of file -- cgit v1.1