Fix styling on sticky cta header so it extends the whole page in IE

remove unused row from header
This commit is contained in:
leigh-mil
2019-08-29 17:05:15 -04:00
parent 6669608038
commit a6397bac35
3 changed files with 5 additions and 10 deletions

View File

@@ -15,12 +15,6 @@
<div class='portfolio-header__name'>
<h1>{{ portfolio.name }}</h1>
</div>
<div class='row'>
<div class='column-left'></div>
<div class='column-right portfolio-funding__header--funded-through {{ "funded" if funding_end_date is not none and funded else "unfunded"}}'>
</div>
</div>
</div>
<div class='row links'>
{% if user_can(permissions.VIEW_PORTFOLIO_FUNDING) %}