diff --git a/css/style.css b/css/style.css index d38c6d1..2507b12 100644 --- a/css/style.css +++ b/css/style.css @@ -427,6 +427,6 @@ img { color: #fff; } -.moveRight { +.container .moveRight { left: 0 !important; } diff --git a/index.html b/index.html index 516fe6a..36bcf3d 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@
- +
@@ -201,7 +201,7 @@ $('.billing-list').html(billingHtmlArr) } - $('.account-back').click(function () { + $('.back-btn').click(function () { $('.my-account').removeClass('moveRight') })