Skip to content

Commit

Permalink
Upgrade dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat-cc committed Nov 10, 2023
1 parent 7f06be4 commit 9c04cf1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@zachleat/browser-window": "^1.0.9",
"@zachleat/resizeasaurus": "^4.0.2"
"@zachleat/resizeasaurus": "^4.0.3"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
Expand Down
4 changes: 0 additions & 4 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,3 @@ tr.loadedsrc {
tr.currentsrc {
outline: 2px solid;
}

resize-asaurus {
padding-bottom: 1.5em;
}
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{%- if image.data.image %}
{%- unless image.data.disabled %}
<section>
<resize-asaurus persist>
<resize-asaurus persist position="static">
<browser-window flush icon url="{{ image.data.attribution_url }}">
{%- assign sizes = "(min-width: 50em) 44.4375em, 89vw" %}
{%- image image.data.image, image.data.alt_text, sizes, image.data.prefer_svg -%}
Expand Down

0 comments on commit 9c04cf1

Please sign in to comment.