diff options
author | Matt Singleton <matt@xcolour.net> | 2017-04-19 22:59:37 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2017-04-19 22:59:37 -0400 |
commit | f3d9287481b0ebba2b6dcb687e461dbc79074ad1 (patch) | |
tree | 453526af7e325cc59970d29cae73d3d7a9f37892 | |
parent | c5a75b89716eabcefd1fe4cb880ffd98669a48a6 (diff) |
tweaking top story responsiveness
-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;
|