update social icons on mobile (#11697)

This commit is contained in:
Ihor Sychevskyi 2022-08-11 16:44:04 +03:00 committed by GitHub
parent 8a5a0efdb2
commit f2ae16ea7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -174,10 +174,15 @@
display: inline-flex;
svg {
width: 42px;
height: 42px;
width: 34px;
height: 34px;
fill: $textBrandColor;
stroke: none;
@media (min-width: $bp-sm) {
width: 42px;
height: 42px;
}
}
@media (min-width: $bp-lg) {