Skip to content

Commit d92e24e

Browse files
committed
styling navbar
1 parent fd37498 commit d92e24e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"scripts": {
55
"watch:sass": "sass --watch src/styles:_site/css",
66
"build:sass": "sass src/styles:_site/css",
7-
"watch:eleventy": "npx eleventy --serve",
8-
"build:eleventy": "npx eleventy",
7+
"watch:eleventy": "pnpm exec eleventy --serve",
8+
"build:eleventy": "pnpm exec eleventy",
99
"start": "npm-run-all build:sass --parallel watch:*",
1010
"build": "npm-run-all build:*"
1111
},

src/styles/css.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ nav {
478478
// position: sticky;
479479
// top: 0px;
480480
text-align: center;
481+
margin-top: 0;
481482
margin-bottom: 25px;
482483
// background: $transwhite;
483484
// backdrop-filter: blur(1px);

0 commit comments

Comments
 (0)