Skip to content

Commit

Permalink
Merge pull request #164 from isubit/D8ISUTHEME-147
Browse files Browse the repository at this point in the history
D8ISUTHEME-147 Make footer block titles smaller
  • Loading branch information
sacarney committed Apr 14, 2021
2 parents 087573b + a9de36f commit 679fec3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,15 @@ a.tabledrag-handle .handle {
padding: 1rem 0;
background: #dddddd;
}
.isu-footer_contact-title,
.isu-footer .isu-block-title {
margin-bottom: 0.5rem;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5;
font-weight: 700;
border-bottom: 0;
}

/* --- ## ASSOCIATES MENU --- */
/*
Expand Down
2 changes: 1 addition & 1 deletion templates/parts/footer.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<div class="mb-3">

{% if iastate_contact_title %}
<h2 class="isu-footer_contact-title h5" id="footercontact">
<h2 class="isu-footer_contact-title" id="footercontact">
{{ iastate_contact_title|nl2br }}
</h2>
{% else %}
Expand Down

0 comments on commit 679fec3

Please sign in to comment.