From 99410260ce54f08e09cef4aa4331db21d1ac4d99 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 5 Mar 2017 20:26:49 -0500 Subject: Don't use weird spacing for projects --- projects/index.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'projects') diff --git a/projects/index.html b/projects/index.html index 9dbf78e..7e82d23 100644 --- a/projects/index.html +++ b/projects/index.html @@ -14,14 +14,12 @@ description: Projects I’ve done. {{ project.name }} {% endif %} -
-

- {{ project.tech }} - {% if project.github %} - • - {{ project.github }} - {% endif %} -

-

{{ project.description }}

-
+

+ {{ project.tech }} + {% if project.github %} + • + {{ project.github }} + {% endif %} +

+

{{ project.description }}

{% endfor %} -- cgit v1.2.3