Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Dec 16, 2023
2 parents a3db4e7 + 39b6f29 commit 04df5c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/css/layout/04-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,11 @@
display: flex;
gap: 8px;
}

.footer__link {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 20px;
}
5 changes: 3 additions & 2 deletions src/css/layout/07-modal-team.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

.team__item {
border-radius: 5px;
background-color: var(--color-grey);
background-color: var(--color-white);
color: var(--color-white);
position: relative;
border-radius: 10px;
Expand Down Expand Up @@ -131,6 +131,7 @@

.team__box {
/* Replace with your font properties */
background-color: var(--color-white);
font-weight: 500;
font-size: 16px;
padding: 10px;
Expand Down Expand Up @@ -167,7 +168,7 @@

.team__link-linkedin--active:hover,
.team__link-linkedin--active:focus {
background-color: var(--color-green);
background-color: #EEA10C;
fill: var(--color-white);
}

Expand Down
1 change: 1 addition & 0 deletions src/partials/04-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ <h3 class="subscribe__form-title">
</div>
</div>
</div>
<a href="./07-modal-team.html" class="footer__link footer__text">Our team</a>
</div>

0 comments on commit 04df5c5

Please sign in to comment.