Skip to content

Commit

Permalink
Fix code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
infloent committed Dec 4, 2024
1 parent b83752e commit fa68f52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions blocks/page-navigation/page-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ raqn-page-navigation a {
--a-font-weight: normal;
--a-font-style: normal;
--a-line-height: 1.5;

display: inline-block;
padding-inline: var(--page-nav-item-padding-inline);
padding-block: var(--page-nav-item-padding-inline);
}

raqn-page-navigation a.active {
--a-font-weight: bold;

background: var(--page-nav-active-item-background);
color: var(--page-nav-active-item-color);
}
Expand Down
5 changes: 3 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
--padding-container: 20px;
--header-height: 110px;
--container-width: max(calc((100% - var(--max-width)) / 2), var(--padding-container));
/* Any top fixed elements should update the value of scroll offset variable and set it on the html element*/

/* Any top fixed elements should update the value of scroll offset variable and set it on the html element */
--page-scroll-top-offset: calc(var(--header-height) + 15px);
}

Expand Down Expand Up @@ -285,7 +286,7 @@ main > div > *:not(.full-width) {
[isloading]:not(.show-loader),
.hide-with-error,
.hide {
content-visibility: hidden
content-visibility: hidden;
}

#franklin-svg-sprite {
Expand Down

0 comments on commit fa68f52

Please sign in to comment.