Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Aug 20, 2024
1 parent c93bc22 commit 69dd01c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 39 deletions.
30 changes: 4 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"pagefind": "^1.1.0",
"sass": "^1.77.8",
"slugify": "^1.6.6",
"sprucecss": "^2.3.2",
"sprucecss": "^2.3.3",
"stylelint": "^16.8.2",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-order": "^6.0.4"
Expand Down
24 changes: 12 additions & 12 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@ legend {

.cookie-consent-helper {
display: flex;
inset: auto 1.5rem 1.5rem 1.5rem;
inset: auto 1.5rem 1.5rem;
justify-content: center;
pointer-events: none;
position: fixed;
Expand Down Expand Up @@ -1923,7 +1923,7 @@ legend {

.breadcrumb-list {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
align-items: center;
display: flex;
Expand Down Expand Up @@ -2319,7 +2319,7 @@ legend {

.pagination {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -2490,7 +2490,7 @@ textarea.pagefind-ui__search-input {
}
.pagefind-ui__results {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
padding-inline-end: 1.5rem;
}
Expand Down Expand Up @@ -2615,7 +2615,7 @@ textarea.pagefind-ui__search-input {

.template-meta {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
border: 1px solid var(--spruce-base-color-border);
border-radius: var(--spruce-border-radius-sm);
Expand Down Expand Up @@ -2739,7 +2739,7 @@ textarea.pagefind-ui__search-input {
}
.tags__list {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
align-items: center;
display: flex;
Expand Down Expand Up @@ -2876,7 +2876,7 @@ textarea.pagefind-ui__search-input {
}
.ide-section__list {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
}
.ide-section__list > * {
Expand Down Expand Up @@ -2956,7 +2956,7 @@ textarea.pagefind-ui__search-input {
}
.code-tab__group {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
align-items: center;
display: flex;
Expand Down Expand Up @@ -3016,7 +3016,7 @@ textarea.pagefind-ui__search-input {

.inline-text-element-list {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
}
.inline-text-element-list > * {
Expand Down Expand Up @@ -3046,7 +3046,7 @@ textarea.pagefind-ui__search-input {
}
.sidebar-section__navigation ul {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
}
.sidebar-section__navigation ul > * {
Expand Down Expand Up @@ -3112,7 +3112,7 @@ textarea.pagefind-ui__search-input {
}
.toc__navigation ol {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
max-inline-size: 95%;
}
Expand Down Expand Up @@ -3726,7 +3726,7 @@ pre[class*=language-] {
}
.site-footer__navigation {
list-style: none;
margin-inline: 0;
margin: 0;
padding: 0;
font-size: 1rem;
}
Expand Down

0 comments on commit 69dd01c

Please sign in to comment.