Skip to content

Commit 729eb6a

Browse files
committed
Fixes #5520
1 parent 9e78fad commit 729eb6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/shared/components/Gigs/GigDetails/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
@include xs-to-sm {
2323
margin-bottom: 20px;
24+
margin-right: 0;
2425
}
2526
}
2627

@@ -128,6 +129,7 @@
128129

129130
@include xs-to-md {
130131
margin-top: 47px;
132+
min-width: auto;
131133
}
132134

133135
.shareButtons {
@@ -350,7 +352,7 @@
350352
font-weight: bolder;
351353
text-decoration: none;
352354
text-transform: uppercase;
353-
line-height: 40px;
355+
line-height: 38px;
354356
padding: 0 20px;
355357

356358
&:hover {

0 commit comments

Comments
 (0)