Skip to content

Commit

Permalink
fix: Hero image width (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Aug 15, 2024
1 parent abc490d commit d0834b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const linkGroups: LinkGroup[] = [
<footer>
<div class="footer-illustration">
<img
class="footer-illustration"
src="/assets/footer/snail.png"
alt="A snail moving to the left"
width="240"
Expand Down
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ const { Content } = await entry.render();
}

.illustration {
max-width: 900px;
width: 900px;
max-width: 100%;
user-select: none;
pointer-events: none;
mix-blend-mode: multiply;
Expand Down

0 comments on commit d0834b7

Please sign in to comment.