mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-17 07:59:51 +00:00
10 lines
201 B
SCSS
10 lines
201 B
SCSS
.social-share-buttons {
|
|
// margin: $spacing-vertical auto;
|
|
text-align: center;
|
|
// font-size: $font-size-h4;
|
|
|
|
a {
|
|
text-decoration: none !important;
|
|
// margin: 0 $spacing-vertical;
|
|
}
|
|
}
|