Skip to content

Commit

Permalink
deploy: b4af399
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Feb 12, 2025
1 parent a6993a8 commit 09c0e5c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 29 deletions.
10 changes: 6 additions & 4 deletions assets/styles/components/article_header.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@media (max-width: 45rem) {
#section {
display: none;
}
}

.article-wrapper {
margin-left: 3rem;
width: 100%;
Expand Down Expand Up @@ -38,10 +44,6 @@
}
}

span#section {
display: none;
}

@media (max-width: 45rem) {
margin-left: 0;

Expand Down
24 changes: 0 additions & 24 deletions assets/styles/type/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,6 @@ pre {
background: inherit;
}

.line {
display: inline-block;
width: 100%;
background: inherit;

&:hover {
background: var(--grey);
}

&::before {
content: counter(step);
counter-increment: step;
position: sticky;
left: -0.8rem;
display: inline-block;
margin-left: -0.8rem;
padding: 0 0.8rem;
width: 3.5rem;
color: var(--white);
background: inherit;
text-align: right;
}
}

@media (max-width: 45rem) {
max-width: 100%;
}
Expand Down
Binary file not shown.
Binary file added pagefind/filter/en_69c5c1a.pf_filter
Binary file not shown.
Binary file removed pagefind/filter/en_70954d3.pf_filter
Binary file not shown.
2 changes: 1 addition & 1 deletion pagefind/pagefind-entry.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.3.0","languages":{"en":{"hash":"en_bef0f0aee7","wasm":"en","page_count":294}}}
{"version":"1.3.0","languages":{"en":{"hash":"en_1eb4cc16c5","wasm":"en","page_count":294}}}
Binary file added pagefind/pagefind.en_1eb4cc16c5.pf_meta
Binary file not shown.
Binary file removed pagefind/pagefind.en_bef0f0aee7.pf_meta
Binary file not shown.

0 comments on commit 09c0e5c

Please sign in to comment.