Skip to content

Commit

Permalink
Merge pull request #133 from CodeNow/fix-enterprise-confirmation-margin
Browse files Browse the repository at this point in the history
fix margin-left on enterprise confirmation
  • Loading branch information
runnabro authored Aug 10, 2016
2 parents e4487e5 + ac066d7 commit ba0f158
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/html/private/preview-pricing/pricing-hero.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</button>
</form>
<div class="grid-block align-center plan hide">
<p class="p text-center">Thanks, we’ll be in touch! 🙌</p>
<p class="p text-center">🙌<br>Thanks, we’ll be in touch!</p>
</div>
</div>
</div>
Expand Down
7 changes: 6 additions & 1 deletion src/styles/pricing/pricing-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
width: 360px;
}

+ .plan:not(.card-b),
+ .plan,
+ .card-flipper {
margin-left: 20px;

Expand All @@ -32,9 +32,14 @@
}

.card-flipper {

@media (max-width: 530px) {
height: 283px;
}

.plan {
margin-left: 0; // override .plan + .plan margin
}
}

.card-a .btn-sm {
Expand Down

0 comments on commit ba0f158

Please sign in to comment.