From 8e9a846aa5a6bcc8be1abb7ae97654785d29a4df Mon Sep 17 00:00:00 2001 From: davvalent Date: Thu, 29 Jun 2023 22:13:45 -0400 Subject: [PATCH] touch up typos --- css/style.css | 6 +++--- js/main.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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); }); } }),