We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a66e8 commit 8d23771Copy full SHA for 8d23771
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sprucecss-eleventy-documentation-template",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"author": "Cone (https://conedevelopment.com)",
5
"main": ".eleventy.js",
6
"scripts": {
src/css/main.css
@@ -1682,9 +1682,9 @@ samp {
1682
bottom: 0;
1683
content: "";
1684
inline-size: 0.3rem;
1685
+ inset-block-start: 0;
1686
inset-inline-start: -1rem;
1687
position: absolute;
- top: 0;
1688
}
1689
.sidebar-section__navigation a svg {
1690
--dimension: 0.65em;
src/scss/component/_sidebar-section.scss
@@ -42,9 +42,9 @@
42
43
content: '';
44
45
46
47
48
49
50
0 commit comments