thinkshout / feeding-texas

Home of the Feeding Texas website. Development by ThinkShout.
feedingtexas.org
5 stars 12 forks source link

remove fixed height from header banner? #162

Open alexellison opened 10 years ago

alexellison commented 10 years ago

there seem to be 3 competing elements setting the height of the banner region, which I think it'd be nice to remove when only text is appearing in said region to avoid wasted screen real estate...

.post-detail .highlighted .wrap {min-height: 445px}
.highlighted .wrap {min-height: 325px}
.highlighted .wrap .page-header {height: 24em}

@heypaxton your call whether or not this makes sense to do