move social media links in footer

This commit is contained in:
2025-04-09 20:40:12 +04:00
parent 85ac69153c
commit c4c7d9f2a8
2 changed files with 19 additions and 15 deletions
+9 -4
View File
@@ -729,15 +729,20 @@ img {
.footer-social {
display: flex;
justify-content: flex-start;
justify-content: center;
margin-bottom: 20px;
align-self: flex-start;
align-self: center;
}
.footer-social a {
margin: 0 10px 0 0;
font-size: 24px;
margin: 0 15px;
font-size: 28px;
color: var(--text-color);
transition: transform 0.2s;
}
.footer-social a:hover {
transform: scale(1.2);
}
.footer-contact {