diff options
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;
|