Skip to content

Commit

Permalink
Add auto-height to images
Browse files Browse the repository at this point in the history
Apply’s Aaron’s PR from Stalfos: Andy-set-studio/stalfos#34
  • Loading branch information
Andy-set-studio authored Apr 28, 2020
1 parent c4aa350 commit b99e6b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ hr {
margin: get-size(900) auto;
}

// For when metric attributes are added to img elements
img {
height: auto;
}

:focus {
outline: 1px solid var(--color-theme-primary-glare);
outline-offset: 0.25rem;
Expand Down

0 comments on commit b99e6b4

Please sign in to comment.