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