Skip to content

Commit

Permalink
clean point
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSamtash committed Dec 24, 2023
1 parent d5016a9 commit fbc6dc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/partials/our-yachts.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ <h2 class="our-yachts-section-title">
<picture>
<source
srcset="
../img/our_yachts/our-yacht-desktop1440.jpg 1x,
../img/our_yachts/[email protected] 2x
./img/our_yachts/our-yacht-desktop1440.jpg 1x,
./img/our_yachts/[email protected] 2x
"
media="(min-width: 1400px)"
width="360px"
Expand Down
8 changes: 4 additions & 4 deletions src/partials/rent-a-yacht.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ <h2 class="rent-yacht-title section-title">Rent a yacht now</h2>
<div class="rent-yacht-img-container">
<picture>
<source
srcset="./img/rent_a_yacht/rent-desktop1440.jpg 1x, ../img/rent_a_yacht/[email protected] 2x"
srcset="./img/rent_a_yacht/rent-desktop1440.jpg 1x, ./img/rent_a_yacht/[email protected] 2x"
media="(min-width:1440px)"/>
<source
srcset="./img/rent_a_yacht/rent-desktop.jpg 1x, ../img/rent_a_yacht/[email protected] 2x"
srcset="./img/rent_a_yacht/rent-desktop.jpg 1x, ./img/rent_a_yacht/[email protected] 2x"
media="(min-width:1280px)"/>
<source
srcset="./img/rent_a_yacht/rent-tablet.jpg 1x, ../img/rent_a_yacht/[email protected] 2x"
srcset="./img/rent_a_yacht/rent-tablet.jpg 1x, ./img/rent_a_yacht/[email protected] 2x"
media="(min-width:768px)"/>
<source
srcset="./img/rent_a_yacht/rent-mobil.jpg 1x, ../img/rent_a_yacht/[email protected] 2x"
srcset="./img/rent_a_yacht/rent-mobil.jpg 1x, ./img/rent_a_yacht/[email protected] 2x"
media="(max-width:767px)"/>
<img
class="rent-yacht-img" src="./img/rent_a_yacht/rent-desktop1440.jpg" alt="Our rent yacht"/>
Expand Down

0 comments on commit fbc6dc2

Please sign in to comment.