Skip to content

Commit

Permalink
Update unit signature styles
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed Dec 18, 2024
1 parent 26bb1ce commit 9b58c7e
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 13 deletions.
4 changes: 4 additions & 0 deletions css/drupal.ckeditor.theme.styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/drupal.ckeditor.theme.styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/drupal.ckeditor.theme.styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/drupal.ckeditor.theme.styles.min.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/styles.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/includes/footer.unit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container px-4 py-8 mx-auto unit-content" id="unit-footer">
{% if vpr_sig_url %}
<a class="inline-block mb-6" href="/">
<image src="{{ vpr_sig_url }}" class="h-6 max-w-full sm--max-w-lg" alt="{{ unit_name }} signature" />
<image src="{{ vpr_sig_url }}" class="max-h-[50px] max-w-full sm--max-w-lg" alt="{{ unit_name }} signature" />
<span class="sr-only">UBC Support Programs to Advance Research Capacity</span>
</a>
{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions templates/includes/footer.unit.portfolio.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<hr class="mt-0 border-2 border-ubc-blue-cornflower" />
<div class="container px-4 py-12 mx-auto unit-content" id="unit-footer">
{% if vpr_sig_url %}
<a class="inline-block" href="/">
<image src="{{ vpr_sig_url }}" class="h-6 max-w-full sm--max-w-lg" alt="{{ unit_name }} signature" />
<a class="inline-block mb-6" href="/">
<image src="{{ vpr_sig_url }}" class="max-h-[50px] max-w-full sm--max-w-lg" alt="{{ unit_name }} signature" />
<span class="sr-only">UBC Support Programs to Advance Research Capacity</span>
</a>
{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions templates/includes/footer.unit.research.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<hr class="mt-0" />
<div class="container px-4 py-8 mx-auto unit-content" id="unit-footer">
{% if vpr_sig_url %}
<a class="inline-block" href="/">
<image src="{{ vpr_sig_url }}" class="h-6 max-w-full sm--max-w-lg" alt="{{ unit_name }} signature" />
<a class="inline-block mb-6" href="/">
<image src="{{ vpr_sig_url }}" class="max-h-[50px] max-w-full sm--max-w-lg" alt="{{ unit_name }} signature" />
<span class="sr-only">UBC Support Programs to Advance Research Capacity</span>
</a>
{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions templates/includes/footer.unit.shared.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<hr class="mt-0 border-2 border-ubc-blue-cornflower" />
<div class="container px-4 py-12 mx-auto unit-content" id="unit-footer">
{% if vpr_sig_url %}
<a class="inline-block" href="/">
<image src="{{ vpr_sig_url }}" class="h-6 max-w-full sm--max-w-lg" alt="{{ unit_name }} signature" />
<a class="inline-block mb-6" href="/">
<image src="{{ vpr_sig_url }}" class="max-h-[50px] max-w-full sm--max-w-lg" alt="{{ unit_name }} signature" />
<span class="sr-only">UBC Support Programs to Advance Research Capacity</span>
</a>
{% endif %}
Expand Down

0 comments on commit 9b58c7e

Please sign in to comment.