_includes/header.html in landing-page-gem-0.3.5 vs _includes/header.html in landing-page-gem-0.3.6

- old
+ new

@@ -1,11 +1,10 @@ <header> <div class="container-fluid"> <div class="row"> <div class="col-xl-8 header__bg positioning__offset-global-nav" {% if page.background_image %}style="background-image: url('{{ page.background_image }}');"{% endif %}> <div class="row positioning__heading--row"> - <div class="col-5">&nbsp;</div> - <div class="col-7 positioning__col--offset text-center"> + <div class="col-8 offset-4 positioning__col--offset text-center"> <h2 class="typography__register--h2 typography--text-shadow">{{ page.main_heading }}</h2> <h3 class="typography__register--h3 typography--text-shadow">{{ page.sub_heading }}</h3> </div> </div> <span class="typography__register--caption">Adrian Benfield, Class of 2017</span>