summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2017-04-19 23:31:37 -0400
committerMatt Singleton <matt@xcolour.net>2017-04-19 23:31:37 -0400
commit9a8eff98fc5dec755683ce1708bf0caf578c5752 (patch)
tree73f1500dcc5aa7c5602c28d7a2f736f64a646293
parentf3d9287481b0ebba2b6dcb687e461dbc79074ad1 (diff)
tweaking responsive css
-rwxr-xr-xunbiased/html_template/unbiased.css6
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%;
}
}