Allow the primary page content to be flush with the bottom of the slogan

This commit is contained in:
Benjamin Melançon 2019-08-31 11:38:10 -04:00
parent 8a9c86a7da
commit e9cd3ec8e7
2 changed files with 8 additions and 1 deletions

View file

@ -17,6 +17,13 @@
display: inline-block; display: inline-block;
} }
/* Allow the primary page content to be flush with the bottom of the slogan. */
.main-section {
padding-top: 0;
.group-header {
padding-top: 0;
}
}
/* On any page except the home, drop the title over (where we want) the image (to be). */ /* On any page except the home, drop the title over (where we want) the image (to be). */
.page-title { .page-title {

View file

@ -82,7 +82,7 @@
{% endblock header %} {% endblock header %}
{% block main %} {% block main %}
{# Main section #} {# Main section #}
<section class="section"> <section class="section main-section">
<main role="main" class="container"> <main role="main" class="container">
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #} <a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}