diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index cd13541681..964b543a31 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -13,8 +13,9 @@ // button elements - not a better place to put these, sadly .btn { + @include box-sizing('border-box'); display: block; - padding: $baseline/2 $baseline*2.5; + padding: $baseline/2; text-transform: lowercase; color: $white; letter-spacing: 0.1rem; diff --git a/lms/templates/mktg_iframe.html b/lms/templates/mktg_iframe.html index c779f66c9b..c526abc990 100644 --- a/lms/templates/mktg_iframe.html +++ b/lms/templates/mktg_iframe.html @@ -28,7 +28,9 @@