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 fd37498 commit d92e24eCopy full SHA for d92e24e
package.json
@@ -4,8 +4,8 @@
4
"scripts": {
5
"watch:sass": "sass --watch src/styles:_site/css",
6
"build:sass": "sass src/styles:_site/css",
7
- "watch:eleventy": "npx eleventy --serve",
8
- "build:eleventy": "npx eleventy",
+ "watch:eleventy": "pnpm exec eleventy --serve",
+ "build:eleventy": "pnpm exec eleventy",
9
"start": "npm-run-all build:sass --parallel watch:*",
10
"build": "npm-run-all build:*"
11
},
src/styles/css.scss
@@ -478,6 +478,7 @@ nav {
478
// position: sticky;
479
// top: 0px;
480
text-align: center;
481
+ margin-top: 0;
482
margin-bottom: 25px;
483
// background: $transwhite;
484
// backdrop-filter: blur(1px);
0 commit comments