Skip to content

Commit

Permalink
link header
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSamtash committed Dec 25, 2023
1 parent 51c926f commit 80e5082
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
14 changes: 12 additions & 2 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
letter-spacing: -0.03em;
}

.header-nav-link {
padding: 15px 25px 15px 24px;
}

.navbar-menu-btn {
color: #fbfbfb;
text-align: center;
Expand All @@ -49,7 +53,10 @@
flex-shrink: 0;
border-radius: 8px;
background: #1b414b80;
padding: 15px 25px 15px 24px;
display: flex;
justify-content: center;
align-items: center;

transition: background-color 250ms linear;
}

Expand Down Expand Up @@ -97,13 +104,16 @@
.navbar-brand {
font-size: 20px;
}

.navbar-menu-btn:hover,
.navbar-menu-btn:focus {
background-color: #1b414b;
}

.header-social-list-icon {
transition: fill 250ms linear;
}

.header-social-list-icon:hover,
.header-social-list-icon:focus {
fill: #062730;
Expand All @@ -115,4 +125,4 @@
padding-right: 100px;
padding-left: 100px;
}
}
}
3 changes: 1 addition & 2 deletions src/partials/rent-a-yacht.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ <h2 class="rent-yacht-title section-title">Rent a yacht now</h2>
name="user-comment"
placeholder="Comment"
required
>
</textarea>
></textarea>
<button class="rent-yacht-form-submit-btn button" type="submit">
Send
</button>
Expand Down

0 comments on commit 80e5082

Please sign in to comment.