Skip to content

Commit

Permalink
Merge pull request #5524 from topcoder-platform/gig-details-ui-fixes
Browse files Browse the repository at this point in the history
Gig details UI fixes
  • Loading branch information
luizrrodrigues authored May 20, 2021
2 parents 0ab2138 + 7a25fed commit fa8c07b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ workflows:
filters:
branches:
only:
- contentful-tabs-fix
- free
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
Expand Down
4 changes: 3 additions & 1 deletion src/shared/components/Gigs/GigDetails/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

@include xs-to-sm {
margin-bottom: 20px;
margin-right: 0;
}
}

Expand Down Expand Up @@ -128,6 +129,7 @@

@include xs-to-md {
margin-top: 47px;
min-width: auto;
}

.shareButtons {
Expand Down Expand Up @@ -350,7 +352,7 @@
font-weight: bolder;
text-decoration: none;
text-transform: uppercase;
line-height: 40px;
line-height: 38px;
padding: 0 20px;

&:hover {
Expand Down

0 comments on commit fa8c07b

Please sign in to comment.