diff --git a/templates/framework.html b/templates/framework.html index 1a7ff474..2785c96f 100644 --- a/templates/framework.html +++ b/templates/framework.html @@ -51,7 +51,7 @@ (function () { var u = "//matomo.envipath.com/"; _paq.push(['setTrackerUrl', u + 'matomo.php']); - _paq.push(['setSiteId', '7']); + _paq.push(['setSiteId', '10']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.async = true; g.src = u + 'matomo.js'; diff --git a/templates/login.html b/templates/login.html index 067e0367..a03a6f04 100644 --- a/templates/login.html +++ b/templates/login.html @@ -30,7 +30,7 @@ .center-button { position: absolute; - top: 50%; + top: 70%; left: 50%; transform: translate(-50%, -50%); z-index: 1; @@ -38,7 +38,7 @@ .center-message { position: absolute; - top: 40%; + top: 35%; left: 50%; transform: translate(-50%, -50%); z-index: 1;