Skip to content

Commit

Permalink
Improve catalog mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 10, 2024
1 parent 533699f commit 39e3eb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}

img {
margin-left: -20px;
margin-left: -0.5rem;
}
}

Expand All @@ -147,7 +147,7 @@
}

img {
margin-left: -20px;
margin-left: -0.7rem;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</div>
{% endif %}
</header>
<div{{ attributes.addClass(nodeclasses) }} {{ show_toc ? 'id="tocscope" data-bs-spy="scroll" data-bs-target="#toc" tabindex="0"' }}>
<div{{ content_attributes.addClass(nodeclasses) }} {{ show_toc ? 'id="tocscope" data-bs-spy="scroll" data-bs-target="#toc" tabindex="0"' }}>
{% if snippet %}
{{ snippet }}
{% endif %}
Expand Down

0 comments on commit 39e3eb7

Please sign in to comment.