Skip to content

Commit

Permalink
footer-finish-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-stelmakh committed Apr 12, 2024
1 parent 32d7057 commit 851e8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions src/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
gap: 40px;
}

.footer-nav {

}

.footer-nav-list {
display: flex;
align-items: flex-start;
Expand Down Expand Up @@ -115,7 +111,7 @@
color: rgba(251, 251, 251, 0.5);
}

.current {
.footer-soc-link:last-child {
margin-left: auto;
}

Expand Down Expand Up @@ -158,10 +154,6 @@
gap: 64px;
}

.footer-nav {

}

.footer-nav-list {
gap: 25px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<a class="footer-soc-link" href="">Privacy Policy</a>
<p class="footer-soc-text">/</p>
<a class="footer-soc-link" href="">Cookie settings</a>
<a class="footer-soc-link current" href="./index.html"
<a class="footer-soc-link" href="./index.html"
>&copy;Green Harvest 2023</a
>
</div>
Expand Down

0 comments on commit 851e8b7

Please sign in to comment.