From 5cbce38c92953d24b48f714b1fc33d5cafdf874a Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 21 Apr 2017 23:38:55 -0400 Subject: fix safari rendering bug --- unbiased/html_template/unbiased.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unbiased/html_template/unbiased.css b/unbiased/html_template/unbiased.css index caf4691..5995dfd 100755 --- a/unbiased/html_template/unbiased.css +++ b/unbiased/html_template/unbiased.css @@ -150,7 +150,7 @@ hr { } @media (max-width: 767px) { - .top-stories { + #top-stories { flex-wrap: nowrap; flex-direction: column; } @@ -158,7 +158,7 @@ hr { flex: 1 0 250px; } .c2 { - flex-direction: column; + display: inherit; } .c2 hr { display: inherit; -- cgit v1.2.3