diff --git a/index.html b/index.html
index 46d96d3..85eceb0 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 + 37)
+ $('.billing-list').css('paddingTop', this.height + 28)
} else {
$($(this)).on('load', function () {
- $('.billing-list').css('paddingTop', this.height + 37)
+ $('.billing-list').css('paddingTop', this.height + 28)
});
}
});