Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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