From d0536c50a56075461cc464eec767b471f75fc680 Mon Sep 17 00:00:00 2001 From: Clinton Blackburn Date: Wed, 16 Sep 2015 17:08:29 -0400 Subject: [PATCH] Updated credit provider logo styling on receipt page ECOM-2172 --- lms/static/sass/views/_verification.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 979c5cf956..bb4c32f847 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -263,7 +263,8 @@ @include text-align(center); .provider-logo img { - width: 100px; + max-width: 160px; + margin-bottom: $baseline * 0.5; } .complete-order {