Skip to content

Commit

Permalink
touch up typos
Browse files Browse the repository at this point in the history
  • Loading branch information
davvalent committed Jun 30, 2023
1 parent ae5d3f8 commit 8e9a846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -210,4 +210,4 @@ header div#application-header h1 {
cursor: initial;
overflow-x: hidden;
overflow-y: auto;
}
}
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
}
}),
Expand Down

0 comments on commit 8e9a846

Please sign in to comment.