Skip to content

Commit

Permalink
figure css
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Feb 10, 2025
1 parent 666a70a commit 7bd2795
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/embed_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{%- endif -%}

<div class="image-figure-wrap {% if include.thumbnail == "true" %} thumbnail{%- endif -%}">
<figure class="image-figure {% if include.caption %} captioned{%- endif -%}">
<figure class="image-figure {% if include.caption %}captioned{%- endif -%}">
{%- if img-link -%}
<a href="{{- img-link -}}">
{%- endif -%}
Expand Down
1 change: 0 additions & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ ul.nav-list .nav-list-item .nav-list-link {

div.image-figure-wrap {
padding: 0;
height: 20rem;
}

figure.captioned {
Expand Down

0 comments on commit 7bd2795

Please sign in to comment.