From 5a96bdb08f3a3aaf7ccaaf14c5f82123e7ba4fa2 Mon Sep 17 00:00:00 2001
From: Josh Borrow <joshua.borrow@durham.ac.uk>
Date: Fri, 22 Sep 2017 13:17:53 +0100
Subject: [PATCH] removed uneccesary left-hand margin on sidebar for about

---
 stylesheets/about.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stylesheets/about.css b/stylesheets/about.css
index cb96396..0047212 100644
--- a/stylesheets/about.css
+++ b/stylesheets/about.css
@@ -71,6 +71,7 @@
   list-style: none;
   float: left;
   margin: 0;
+  padding-left:0;
 }
 
 .sidebar ul li {
-- 
GitLab