Skip to content

Commit

Permalink
Remove 'px' from width and height fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tinloaf committed Oct 5, 2023
1 parent 7b92ad1 commit 3656917
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="d-flex align-content-start">
<div class="mr-2 mb-2">
{{- with .organization_url}}<a href="{{.}}" target="_blank" rel="noopener">{{end -}}
<img src="{{ $svg_icon.RelPermalink }}" width="56px" height="56px" alt="{{.organization | plainify}}" loading="lazy">
<img src="{{ $svg_icon.RelPermalink }}" width="56" height="56" alt="{{.organization | plainify}}" loading="lazy">
{{- with .organization_url}}</a>{{end -}}
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion modules/wowchemy/layouts/partials/blocks/experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="d-flex align-content-start">
<div class="mr-2 mb-2">
{{- with .company_url}}<a href="{{.}}" target="_blank" rel="noopener">{{end -}}
<img src="{{ $svg_icon.RelPermalink }}" width="56px" height="56px" alt="{{.company | plainify}}" loading="lazy">
<img src="{{ $svg_icon.RelPermalink }}" width="56" height="56" alt="{{.company | plainify}}" loading="lazy">
{{- with .company_url}}</a>{{end -}}
</div>
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="d-flex align-content-start">
<div class="mr-2 mb-2">
{{- with .organization_url}}<a href="{{.}}" target="_blank" rel="noopener">{{end -}}
<img src="{{ $svg_icon.RelPermalink }}" width="56px" height="56px" alt="{{.organization | plainify}}" loading="lazy">
<img src="{{ $svg_icon.RelPermalink }}" width="56" height="56" alt="{{.organization | plainify}}" loading="lazy">
{{- with .organization_url}}</a>{{end -}}
</div>
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="d-flex align-content-start">
<div class="mr-2 mb-2">
{{- with .company_url}}<a href="{{.}}" target="_blank" rel="noopener">{{end -}}
<img src="{{ $svg_icon.RelPermalink }}" width="56px" height="56px" alt="{{.company | plainify}}" loading="lazy">
<img src="{{ $svg_icon.RelPermalink }}" width="56" height="56" alt="{{.company | plainify}}" loading="lazy">
{{- with .company_url}}</a>{{end -}}
</div>
<div>
Expand Down

0 comments on commit 3656917

Please sign in to comment.