diff --git a/css/style.css b/css/style.css index 85bdedb..6ad749e 100644 --- a/css/style.css +++ b/css/style.css @@ -13,7 +13,7 @@ header div#information-header { padding: 10px; } header div#information-header h1 { - margin: 0; + margin: 0; } header div#information-header section { display: flex; @@ -27,7 +27,7 @@ div.header-column h2 { } div.header-column p, div.header-column ul { - line-height: 1.25; + line-height: 1.25; } header div#application-header { height: 40px; @@ -210,4 +210,4 @@ header div#application-header h1 { cursor: initial; overflow-x: hidden; overflow-y: auto; -} \ No newline at end of file +} diff --git a/js/main.js b/js/main.js index a2bdf01..c00f07e 100644 --- a/js/main.js +++ b/js/main.js @@ -296,7 +296,7 @@ console.log( let loader = document.querySelector(`#${popupId}loader`); setTimeout(() => { // wait to make sure it's clean loader.style.display = "none"; - }, 300); + }, 300); }); } }),