summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2017-10-22 21:25:39 -0400
committerMatt Singleton <matt@xcolour.net>2017-10-22 21:25:39 -0400
commit42cd31e0c3a7f7eced1da356c3411e68337aaad7 (patch)
tree680cbfc348e03091c5c2e236d877de16ed82ed87
parentf8eba128138322516f7ef831d3c5fc78c7135825 (diff)
fix breakpoint for one-column layout
-rwxr-xr-xunbiased/html_template/unbiased.css2
1 files changed, 1 insertions, 1 deletions
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;