Skip to content

Commit

Permalink
Improve catalog mobile layout 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 10, 2024
1 parent 39e3eb7 commit b4af9fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</div>
{% endif %}
</header>
<div{{ content_attributes.addClass(nodeclasses) }} {{ show_toc ? 'id="tocscope" data-bs-spy="scroll" data-bs-target="#toc" tabindex="0"' }}>
<div{{ content_attributes.addClass(nodeclasses, 'p-2') }} {{ show_toc ? 'id="tocscope" data-bs-spy="scroll" data-bs-target="#toc" tabindex="0"' }}>
{% if snippet %}
{{ snippet }}
{% endif %}
Expand All @@ -114,7 +114,7 @@
{% endif %}
{% if content.field_resource_families.0 %}
<div class="resource_families_fields row">
<div class="col-sm-3 p-sm-3 my-auto">
<div class="col-sm-3 p-3 my-auto">
<a href="/resource-families">
<img src="/themes/contrib/clarin_bootstrap/images/resource-families-logo.jpg" alt="CLARIN Resource Familes logo, linking to the 'Resource Familes' section of this website">
</a>
Expand Down

0 comments on commit b4af9fc

Please sign in to comment.