Skip to content

Commit 3656917

Browse files
committed
Remove 'px' from width and height fields
1 parent 7b92ad1 commit 3656917

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/wowchemy/layouts/partials/blocks/accomplishments.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="d-flex align-content-start">
2121
<div class="mr-2 mb-2">
2222
{{- with .organization_url}}<a href="{{.}}" target="_blank" rel="noopener">{{end -}}
23-
<img src="{{ $svg_icon.RelPermalink }}" width="56px" height="56px" alt="{{.organization | plainify}}" loading="lazy">
23+
<img src="{{ $svg_icon.RelPermalink }}" width="56" height="56" alt="{{.organization | plainify}}" loading="lazy">
2424
{{- with .organization_url}}</a>{{end -}}
2525
</div>
2626
<div>

modules/wowchemy/layouts/partials/blocks/experience.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="d-flex align-content-start">
4343
<div class="mr-2 mb-2">
4444
{{- with .company_url}}<a href="{{.}}" target="_blank" rel="noopener">{{end -}}
45-
<img src="{{ $svg_icon.RelPermalink }}" width="56px" height="56px" alt="{{.company | plainify}}" loading="lazy">
45+
<img src="{{ $svg_icon.RelPermalink }}" width="56" height="56" alt="{{.company | plainify}}" loading="lazy">
4646
{{- with .company_url}}</a>{{end -}}
4747
</div>
4848
<div>

modules/wowchemy/layouts/partials/blocks/v1/accomplishments.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="d-flex align-content-start">
2121
<div class="mr-2 mb-2">
2222
{{- with .organization_url}}<a href="{{.}}" target="_blank" rel="noopener">{{end -}}
23-
<img src="{{ $svg_icon.RelPermalink }}" width="56px" height="56px" alt="{{.organization | plainify}}" loading="lazy">
23+
<img src="{{ $svg_icon.RelPermalink }}" width="56" height="56" alt="{{.organization | plainify}}" loading="lazy">
2424
{{- with .organization_url}}</a>{{end -}}
2525
</div>
2626
<div>

modules/wowchemy/layouts/partials/blocks/v1/experience.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="d-flex align-content-start">
4343
<div class="mr-2 mb-2">
4444
{{- with .company_url}}<a href="{{.}}" target="_blank" rel="noopener">{{end -}}
45-
<img src="{{ $svg_icon.RelPermalink }}" width="56px" height="56px" alt="{{.company | plainify}}" loading="lazy">
45+
<img src="{{ $svg_icon.RelPermalink }}" width="56" height="56" alt="{{.company | plainify}}" loading="lazy">
4646
{{- with .company_url}}</a>{{end -}}
4747
</div>
4848
<div>

0 commit comments

Comments
 (0)