Skip to content

Commit

Permalink
fix blurry image
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed May 6, 2021
1 parent afe1e63 commit cb59220
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -696,4 +696,10 @@ footer {
.no-pointer-events {
pointer-events: none;
user-select: none;
}

/* bug fixes */
/* blurry image: https://github.com/microsoft/jacdac/issues/368 */
.gatsby-resp-image-background-image {
background-image: none !important;
}

0 comments on commit cb59220

Please sign in to comment.