Skip to content

Commit

Permalink
Update footer.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 12, 2024
1 parent 5d5fb5b commit de8a9ac
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/src/assets/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ div.footer ul.links li {
list-style: none;
cursor: pointer;
margin: 10px 0;
width: fit-content;
}

div.footer ul.links li:hover {
opacity: 0.85;
/* opacity: 0.85; */
text-decoration: underline;
}

Expand All @@ -71,15 +72,20 @@ div.footer div.contact a {
}

div.footer div.contact a:hover {
opacity: 0.85;
/* opacity: 0.85; */
text-decoration: underline;

}

div.footer div.contact .social-icon {
color: #525252;
margin-right: 12px;
}

div.footer div.contact .social-icon:hover{
color: #1a1a1a;
}

div.footer div.newsletter {
margin-top: 80px;
}
Expand Down

0 comments on commit de8a9ac

Please sign in to comment.