summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2017-04-21 23:38:55 -0400
committerMatt Singleton <matt@xcolour.net>2017-04-21 23:38:55 -0400
commit5cbce38c92953d24b48f714b1fc33d5cafdf874a (patch)
tree242d788876ad0b3ce44d0aa8f375eb0175784c03
parent1cbd15b3f35e162a21b2dc2ac784b9acf71b6c3d (diff)
fix safari rendering bug
-rwxr-xr-xunbiased/html_template/unbiased.css4
1 files 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;