diff options
-rwxr-xr-x | unbiased/html_template/unbiased.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/unbiased/html_template/unbiased.css b/unbiased/html_template/unbiased.css index 1424ee9..60932d8 100755 --- a/unbiased/html_template/unbiased.css +++ b/unbiased/html_template/unbiased.css @@ -115,10 +115,12 @@ a:hover{ @media only screen and (max-width:500px){
.top-stories-img{
- width:auto;
+ width:inherit;
+ height:inherit;
+ max-width:350px;
+ padding-top:57.14%;
}
}
-
.top-stories-hed{
font-weight:bold;
|