diff options
author | Matt Singleton <matt@xcolour.net> | 2017-04-19 23:31:37 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2017-04-19 23:31:37 -0400 |
commit | 9a8eff98fc5dec755683ce1708bf0caf578c5752 (patch) | |
tree | 73f1500dcc5aa7c5602c28d7a2f736f64a646293 | |
parent | f3d9287481b0ebba2b6dcb687e461dbc79074ad1 (diff) |
tweaking responsive css
-rwxr-xr-x | unbiased/html_template/unbiased.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/unbiased/html_template/unbiased.css b/unbiased/html_template/unbiased.css index 60932d8..24b1959 100755 --- a/unbiased/html_template/unbiased.css +++ b/unbiased/html_template/unbiased.css @@ -174,20 +174,18 @@ a:hover{ background-size: 100%;
background-position: center center;
float:left;
- max-width:35%;
}
.middle-stories-hed{
font-size:1.2em;
- float:left;
- width:300px;
margin-left:10px;
color:#00f;
+ padding-left:150px;
}
@media only screen and (max-width:500px){
.middle-stories-hed{
- max-width:60%;
+ max-width:60%;
}
}
|