From 99d57c16cc803148b47e32373173023f244ba543 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 2 Oct 2016 10:40:52 -0400 Subject: [PATCH] Two columns, not three --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index aa5409c..e5f89b4 100644 --- a/css/main.css +++ b/css/main.css @@ -32,7 +32,7 @@ .prev-list > li { display: inline-block; - width: 30%; + width: 48%; list-style: none; margin: 5px; padding: 5px;