fix: align social links in footer
This commit is contained in:
+6
-2
@@ -1341,11 +1341,15 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-social {
|
.footer-social {
|
||||||
display: flex;
|
display: grid;
|
||||||
justify-content: center;
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
justify-items: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
max-width: 300px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-social a {
|
.footer-social a {
|
||||||
|
|||||||
Reference in New Issue
Block a user