Skip to content

Commit 8795cec

Browse files
committed
(fix): update social button styling
1 parent 62ba33a commit 8795cec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/scss/custom/_demo.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@
138138
// social button share (addthis)
139139
.addthis-smartlayers {
140140
.at-share-btn {
141-
&:hover {
142-
border-top-right-radius: $border-radius;
143-
border-bottom-right-radius: $border-radius;
141+
@include media-breakpoint-up(lg) {
142+
&:hover {
143+
border-top-right-radius: $border-radius;
144+
border-bottom-right-radius: $border-radius;
145+
}
144146
}
145147
&:focus {
146148
outline: none;

0 commit comments

Comments
 (0)