Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
troubleshooting bg image
  • Loading branch information
mdr19002 committed May 8, 2020
1 parent a7298c0 commit 10f5ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -40,8 +40,8 @@
</div>
<div id="section-2-img">
<picture>
<source media="(min-width: 950px)" srcset="/img/dog-1_md.jpg">
<img alt="Random Dog" src="/img/dog-1_sm.jpeg">
<source media="(min-width: 950px)" srcset="img/dog-1_md.jpg">
<img alt="Random Dog" src="img/dog-1_sm.jpeg">
</picture>
</div>
</section>
Expand Down

0 comments on commit 10f5ffb

Please sign in to comment.