move social media links in footer
This commit is contained in:
+9
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user