diff --git a/.woodpecker.yml b/.woodpecker.yml index 43ecf12..4258f18 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,6 @@ steps: image: node:22-slim environment: PNPM_HOME: /pnpm - PARCEL_WORKERS: 0 commands: - corepack enable - pnpm install diff --git a/src/components/project.html b/src/components/project.html index 4166fab..d4143c8 100644 --- a/src/components/project.html +++ b/src/components/project.html @@ -14,15 +14,17 @@

{{text}}

- - + + + +
- +
- +
\ No newline at end of file diff --git a/src/style.css b/src/style.css index 873f941..0e9cc1a 100644 --- a/src/style.css +++ b/src/style.css @@ -237,6 +237,7 @@ a { background-color: transparent; border: solid 3px #999; font-size: 16pt; + padding: 8px; } .tab-list a[aria-selected=true] {