We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ab2138 + 7a25fed commit fa8c07bCopy full SHA for fa8c07b
.circleci/config.yml
@@ -289,7 +289,7 @@ workflows:
289
filters:
290
branches:
291
only:
292
- - contentful-tabs-fix
+ - free
293
# This is beta env for production soft releases
294
- "build-prod-beta":
295
context : org-global
src/shared/components/Gigs/GigDetails/style.scss
@@ -21,6 +21,7 @@
21
22
@include xs-to-sm {
23
margin-bottom: 20px;
24
+ margin-right: 0;
25
}
26
27
@@ -128,6 +129,7 @@
128
129
130
@include xs-to-md {
131
margin-top: 47px;
132
+ min-width: auto;
133
134
135
.shareButtons {
@@ -350,7 +352,7 @@
350
352
font-weight: bolder;
351
353
text-decoration: none;
354
text-transform: uppercase;
- line-height: 40px;
355
+ line-height: 38px;
356
padding: 0 20px;
357
358
&:hover {
0 commit comments