From 67535c063a39cf9bdb59de055f6e175960be352a Mon Sep 17 00:00:00 2001
From: Anton Sarukhanov <code@ant.sr>
Date: Thu, 3 Nov 2016 18:18:13 -0400
Subject: [PATCH] Less visually painful

---
 content/Web Development/pybusmap.md | 2 +-
 theme/static/css/style.css          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/Web Development/pybusmap.md b/content/Web Development/pybusmap.md
index f710ae2..a79c3f5 100644
--- a/content/Web Development/pybusmap.md	
+++ b/content/Web Development/pybusmap.md	
@@ -1,5 +1,5 @@
 Title: PyBusMap
-Description: A real-time bus map powered by Python, SQLAlchemy, Flask, Celery and Leaflet. This is a rewrite of the PHP version from 2013.
+Description: A real-time bus map powered by Python, SQLAlchemy, Flask, Celery and Leaflet.
 Date: Feb 4, 2016
 Cover: /media/pybusmap/sac.png
 Featured_Project: true
diff --git a/theme/static/css/style.css b/theme/static/css/style.css
index 2556797..d250b32 100644
--- a/theme/static/css/style.css
+++ b/theme/static/css/style.css
@@ -178,8 +178,8 @@ ul.posts-large {
 ul.projects li,
 ul.posts-large li {
     flex: 1 1 15em;
-    padding: .25em;
-    margin: .25em;
+    padding: .4em;
+    margin: .4em;
 }
 ul.posts-large li:not(.has-cover) {
     flex-basis: 100%;
-- 
GitLab