Skip to content

Commit

Permalink
Merge pull request #2284 from kiva/SUBS-320_minor_css_changes
Browse files Browse the repository at this point in the history
SUBS-320 Minor Styling Changes
  • Loading branch information
eddieferrer authored Oct 21, 2020
2 parents 57e9157 + 8fc647b commit 4bb836f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Thanks/ThanksPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
</template>

<div class="small-12 columns thanks">
<hr>
<checkout-receipt
v-if="receipt"
class="thanks__receipt"
:lender="lender"
:receipt="receipt"
/>
<hr>
</div>

<contentful-lightbox
Expand Down Expand Up @@ -252,12 +252,12 @@ export default {
}
&__social-share {
margin-bottom: 3rem;
margin-bottom: 0.5rem;
}
&__receipt {
max-width: rem-calc(485);
margin: 0 auto 2rem;
margin: 1.75rem auto 2rem;
@media print {
max-width: none;
Expand Down

0 comments on commit 4bb836f

Please sign in to comment.