From 42cd31e0c3a7f7eced1da356c3411e68337aaad7 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sun, 22 Oct 2017 21:25:39 -0400 Subject: fix breakpoint for one-column layout --- unbiased/html_template/unbiased.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbiased/html_template/unbiased.css b/unbiased/html_template/unbiased.css index fbbdad2..798eaf9 100755 --- a/unbiased/html_template/unbiased.css +++ b/unbiased/html_template/unbiased.css @@ -66,7 +66,7 @@ hr { } .top-story { - flex: 1 0 350px; + flex: 1 0 275px; margin: 5px; padding: 10px; border:2px solid #eee; -- cgit v1.2.3