diff --git a/opentech/apply/funds/templates/funds/submissions_by_round.html b/opentech/apply/funds/templates/funds/submissions_by_round.html index 030c75e81e08ead3ece036cb9063e6ed1e7d1fd6..3347bda8965342d6a2f5ff6900f584c3a82767ee 100644 --- a/opentech/apply/funds/templates/funds/submissions_by_round.html +++ b/opentech/apply/funds/templates/funds/submissions_by_round.html @@ -12,7 +12,7 @@ Submissions </a> <h1 class="gamma heading heading--no-margin heading--bold">{{ object }}</h1> - <h5>{% if object.fund %}{{ object.fund }} | {% endif %}Lead: {{ object.lead }}</h5> + <p class="admin-bar__meta">{% if object.fund %}{{ object.fund }} | {% endif %}Lead: {{ object.lead }}</p> </div> <div id="submissions-by-round-app-react-switcher"></div> </div> diff --git a/opentech/static_src/src/sass/apply/components/_admin-bar.scss b/opentech/static_src/src/sass/apply/components/_admin-bar.scss index 69a4492b37df35c02773c6f26e7c2b90b5307325..4da0302445d2ad6ea12643c3ece3cd5abe44faec 100644 --- a/opentech/static_src/src/sass/apply/components/_admin-bar.scss +++ b/opentech/static_src/src/sass/apply/components/_admin-bar.scss @@ -49,4 +49,8 @@ margin-right: 5px; } } + + &__meta { + margin: 0 0 10px; + } }