Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp committed Jan 16, 2024
1 parent b1a04b2 commit 874e693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cigaradvisor/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export function decorateSocialLinks(element) {
/**
* Loads everything needed to get to LCP.
* @param {Element} doc The container element
*/``
*/
async function loadEager(doc) {
document.documentElement.lang = 'en';
decorateTemplateAndTheme();
Expand Down
1 change: 1 addition & 0 deletions cigaradvisor/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ main .section[data-layout="50/50"] .right-grid > div {
:root {
--nav-height: 130px;
}

header {
background-color: transparent;
}
Expand Down

0 comments on commit 874e693

Please sign in to comment.