.g-social {
    .g-social-items {
        line-height: normal;

        @include breakpoint(mobile-only) {
            text-align: center;
        }

        a {
            font-size: $core-font-size + 0.5;
            border-radius: 2px;

            @include breakpoint(tablet-range) {
                font-size: $core-font-size + 0.15;
            }
        }
    }
}
