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