diff options
author | Matt Singleton <matt@xcolour.net> | 2017-10-22 21:25:39 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2017-10-22 21:25:39 -0400 |
commit | 42cd31e0c3a7f7eced1da356c3411e68337aaad7 (patch) | |
tree | 680cbfc348e03091c5c2e236d877de16ed82ed87 | |
parent | f8eba128138322516f7ef831d3c5fc78c7135825 (diff) |
fix breakpoint for one-column layout
-rwxr-xr-x | unbiased/html_template/unbiased.css | 2 |
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;
|