diff --git a/css/style.css b/css/style.css index ec82229..fca9a63 100644 --- a/css/style.css +++ b/css/style.css @@ -161,7 +161,7 @@ img { overflow-y: scroll; box-sizing: border-box; transition: left 0.4s; - border-top: 28px solid #fff; + border-top: 32px solid #fff; } .my-account:target { left: 0; @@ -334,7 +334,7 @@ img { .card-box { width: 100%; position: relative; - border-top: 28px solid #fff; + border-top: 32px solid #fff; } .card-number { diff --git a/index.html b/index.html index 01e933e..de5a428 100644 --- a/index.html +++ b/index.html @@ -126,10 +126,10 @@ $("#m1").each(function () { if (this.complete) { console.log('complete', this.height) - $('.billing-list').css('paddingTop', this.height + 28) + $('.billing-list').css('paddingTop', this.height + 48) } else { $($(this)).on('load', function () { - $('.billing-list').css('paddingTop', this.height + 28) + $('.billing-list').css('paddingTop', this.height + 48) }); } });