Skip to content

Commit

Permalink
update about us
Browse files Browse the repository at this point in the history
change h3 to p
  • Loading branch information
AnnaSamtash committed Dec 24, 2023
1 parent a2d90f2 commit 7c67854
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions src/css/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
rgba(17, 19, 31, 0.8) 42.62%,
rgba(17, 19, 31, 0.31) 84.12%,
rgba(17, 19, 31, 0) 99.94%),
url(./img/hero/background-hero-mobil.jpg);
url(../img/hero/background-hero-mobil.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
Expand All @@ -22,7 +22,7 @@ screen and (min-device-pixel-ratio: 2) {
rgba(17, 19, 31, 0.8) 42.62%,
rgba(17, 19, 31, 0.31) 84.12%,
rgba(17, 19, 31, 0) 99.94%),
url('./img/hero/[email protected]');
url('../img/hero/[email protected]');
}
}

Expand Down Expand Up @@ -99,7 +99,7 @@ screen and (min-device-pixel-ratio: 2) {
rgba(17, 19, 31, 0.8) 42.62%,
rgba(17, 19, 31, 0.31) 84.12%,
rgba(17, 19, 31, 0) 99.94%),
url(./img/hero/background-hero-tablet.jpg);
url(../img/hero/background-hero-tablet.jpg);
}

@media screen and (min-resolution: 192dpi),
Expand All @@ -110,7 +110,7 @@ screen and (min-device-pixel-ratio: 2) {
rgba(17, 19, 31, 0.8) 42.62%,
rgba(17, 19, 31, 0.31) 84.12%,
rgba(17, 19, 31, 0) 99.94%),
url(./img/hero/[email protected]);
url(../img/hero/[email protected]);
}
}

Expand Down Expand Up @@ -197,7 +197,7 @@ screen and (min-device-pixel-ratio: 2) {
rgba(17, 19, 31, 0.8) 42.62%,
rgba(17, 19, 31, 0.31) 84.12%,
rgba(17, 19, 31, 0) 99.94%),
url(./img/hero/background-hero-desktop.jpg);
url(../img/hero/background-hero-desktop.jpg);
}

@media screen and (min-resolution: 192dpi),
Expand All @@ -208,7 +208,7 @@ screen and (min-device-pixel-ratio: 2) {
rgba(17, 19, 31, 0.8) 42.62%,
rgba(17, 19, 31, 0.31) 84.12%,
rgba(17, 19, 31, 0) 99.94%),
url('./img/hero/[email protected]');
url('../img/hero/[email protected]');
}
}

Expand All @@ -234,7 +234,7 @@ screen and (min-device-pixel-ratio: 2) {
rgba(17, 19, 31, 0.8) 42.62%,
rgba(17, 19, 31, 0.31) 84.12%,
rgba(17, 19, 31, 0) 99.94%),
url(./img/hero/background-hero-desktop1440.jpg);
url(../img/hero/background-hero-desktop1440.jpg);
}

@media screen and (min-resolution: 192dpi),
Expand All @@ -245,7 +245,7 @@ screen and (min-device-pixel-ratio: 2) {
rgba(17, 19, 31, 0.8) 42.62%,
rgba(17, 19, 31, 0.31) 84.12%,
rgba(17, 19, 31, 0) 99.94%),
url('./img/hero/[email protected]');
url('../img/hero/[email protected]');
}
}
}
4 changes: 2 additions & 2 deletions src/partials/about-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ <h2 class="about-us-title">
YachtJet fleet is here to take you on the ultimate adventure
</h2>
<div class="about-us-caption-and-text-wrapper">
<h3 class="about-us-caption">
<p class="about-us-caption">
From spacious decks to state-of-the-art technology, our yachts are
designed to provide the perfect blend of luxury and functionality.
</h3>
</p>
<p class="about-us-text">
Take a look at our selection below and choose the yacht that matches
your needs and preferences.No matter which yacht you choose, our
Expand Down

0 comments on commit 7c67854

Please sign in to comment.