Skip to content

Commit e26c327

Browse files
committed
fix: Always place the copy icon on the right side on mobile
1 parent 1a9e676 commit e26c327

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/sass/anchorlink.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
margin-bottom: 1.2rem;
55
align-items: center;
66
column-gap: .8rem;
7+
8+
@media (max-width: #{$breakpoint-md}) {
9+
justify-content: space-between;
10+
}
711
}
812

913
.a-anchorlink > h2 {

0 commit comments

Comments
 (0)