diff --git a/index.html b/index.html
index a92d388..7881077 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 + 45)
+ $('.billing-list').css('paddingTop', this.height + 41)
} else {
$($(this)).on('load', function () {
- $('.billing-list').css('paddingTop', this.height + 45)
+ $('.billing-list').css('paddingTop', this.height + 41)
});
}
});