Skip to content

Commit

Permalink
fix: footer insdide contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo Fernandez Teixeira committed Jul 5, 2024
1 parent 46583b7 commit f852dc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions contato/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ <h4>follow us</h4>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
<p color="white" style="color: white; padding-top: 100px">&copy; 2024</p>
</div>
</div>
</div>
Expand Down
5 changes: 4 additions & 1 deletion contato/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ a {

footer {
line-height: 1;
font-family: "Poppins", sans-serif;
font-family: "Montserrat", sans-serif;
}

.footer-container {
Expand Down Expand Up @@ -258,6 +258,9 @@ ul {
color: #24262b;
background-color: #ffffff;
}
.footer-col .social-links p {
color: white;
}

/*responsive*/
@media (max-width: 767px) {
Expand Down
File renamed without changes.

0 comments on commit f852dc1

Please sign in to comment.