aboutsummaryrefslogtreecommitdiff
path: root/style/main.scss
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-05 11:50:28 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-05 11:50:28 +0100
commiteef42bcfe975ed3a39ab385a2675fde0e31617f1 (patch)
treef660abeeec3015f62acfc0e5089abd95e9c8ef67 /style/main.scss
parent61a68559c3131f8291cb117ad90b37bfebcc7aba (diff)
add projects page
Diffstat (limited to 'style/main.scss')
-rw-r--r--style/main.scss17
1 files changed, 17 insertions, 0 deletions
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