diff --git a/css/style.css b/css/style.css index 5d80c56..8657f39 100644 --- a/css/style.css +++ b/css/style.css @@ -410,7 +410,7 @@ img { position: absolute; /* background-color: rgba(0, 0, 0, 0.2); */ left: 0; - top: 7.6rem; + top: 7.8rem; display: flex; /* top: 0; */ padding: 1.5rem; diff --git a/index.html b/index.html index 9ebdb18..6e21e4b 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@ $("#m1").each(function () { if (this.complete) { console.log('complete', this.height) - $('.billing-list').css('paddingTop', this.height) + $('.billing-list').css('paddingTop', this.height + 37) } else { $($(this)).on('load', function () { // image now loaded