feat: center social links on medium screens
This commit is contained in:
@@ -99,6 +99,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
|
||||||
|
@include respond-to(md) {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.social-link {
|
.social-link {
|
||||||
@include flex-center();
|
@include flex-center();
|
||||||
width: 48px;
|
width: 48px;
|
||||||
|
|||||||
Reference in New Issue
Block a user