diff options
author | ssstvinc2 <sstvinc2@gmail.com> | 2017-02-24 00:08:56 -0500 |
---|---|---|
committer | ssstvinc2 <sstvinc2@gmail.com> | 2017-02-24 00:08:56 -0500 |
commit | 0ce27f6e13a139c2fe06082dfb10a35d213fc7a7 (patch) | |
tree | 8dbb910b4db9bf3c508d5105cf3d0978b6e800b9 /html_template | |
parent | d58432d2d2ed6a63f21c82a9c4108b0d26a8a78c (diff) |
minor tweaks, re-enabled NYT and GDN
Diffstat (limited to 'html_template')
-rwxr-xr-x | html_template/unbiased.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html_template/unbiased.css b/html_template/unbiased.css index b6e0112..aa1f410 100755 --- a/html_template/unbiased.css +++ b/html_template/unbiased.css @@ -94,6 +94,9 @@ a:hover{ }
@media only screen and (max-width:500px){
+ .row{
+ display:block;
+ }
.top-story{
display:block;
width:auto;
|