Allow the primary page content to be flush with the bottom of the slogan
This commit is contained in:
parent
8a9c86a7da
commit
e9cd3ec8e7
2 changed files with 8 additions and 1 deletions
|
@ -17,6 +17,13 @@
|
|||
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). */
|
||||
.page-title {
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
{% endblock header %}
|
||||
{% block main %}
|
||||
{# Main section #}
|
||||
<section class="section">
|
||||
<section class="section main-section">
|
||||
<main role="main" class="container">
|
||||
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue