Skip to content

Commit

Permalink
Made the required changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saipradyumnagoud committed Jun 27, 2024
1 parent f22877f commit a7a6117
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@
.footer__link[href*="linkedin.com"]:hover {
color: #0A66C2;
}
.footer__link {
color: white;
margin-right: 15px;
transition: color 0.3s ease;
}


:root {
--primary-color: #3685fb;
--primary-color-dark: #2f73d9;
Expand Down Expand Up @@ -1274,18 +1271,14 @@ body.dark-theme #emailInput {
}
*/

.footer__link{
font-size: 1rem;
cursor: pointer;
transition: 0.3s;
.footer__link {
color: white;
margin-right: 15px; /* Adjust spacing between icons */
font-size: 1.3em; /* Initial font size */
}


.footer__link:hover {
color: #ff0000;
font-size: 13px;
overflow: hidden;
transform: scale(10); /* Scale up the icon on hover */
}

.footer__col p span {
Expand Down

0 comments on commit a7a6117

Please sign in to comment.