Skip to content

Commit 24829dc

Browse files
committed
increased badge heading margin, update deps
1 parent a840629 commit 24829dc

4 files changed

Lines changed: 31 additions & 39 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@astrojs/check": "^0.9.4",
1515
"@astrojs/mdx": "^4.3.1",
1616
"@astrojs/rss": "^4.0.12",
17-
"@astrojs/sitemap": "^3.4.1",
17+
"@astrojs/sitemap": "^3.4.2",
1818
"@fontsource-variable/inter": "^5.2.6",
1919
"@fontsource/rubik": "^5.2.6",
20-
"@iconify-json/devicon": "^1.2.31",
20+
"@iconify-json/devicon": "^1.2.34",
2121
"@iconify-json/file-icons": "^1.2.1",
2222
"@iconify-json/skill-icons": "^1.2.0",
2323
"@iconify-json/vscode-icons": "^1.2.23",
24-
"astro": "^5.12.0",
24+
"astro": "^5.12.5",
2525
"astro-icon": "^1.1.5",
2626
"sharp": "^0.34.3",
2727
"typescript": "^5.8.3"
@@ -31,7 +31,7 @@
3131
"@tailwindcss/vite": "^4.1.11",
3232
"prettier": "^3.6.2",
3333
"prettier-plugin-astro": "^0.14.1",
34-
"prettier-plugin-classnames": "^0.8.1",
34+
"prettier-plugin-classnames": "^0.8.2",
3535
"prettier-plugin-merge": "^0.8.0",
3636
"prettier-plugin-tailwindcss": "^0.6.14",
3737
"tailwindcss": "^4.1.11"

pnpm-lock.yaml

Lines changed: 24 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/work/turbo-tuner.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ tags:
1717

1818
![Turbo Tuner Settings Editor](/work/turbo-tuner.webp)
1919

20-
The ST-300 is a strobe tuner guitar pedal with 5 programmable presets for alternate tunings. It has
21-
a USB port for customizing settings via a text file in the
20+
The ST-300 is a strobe tuner guitar pedal with five programmable presets for alternate tunings. It
21+
has a USB port for customizing settings via a text file in the
2222
[ST-300 Editor](https://www.turbo-tuner.com/usb/) desktop application.
2323

2424
The purpose of this web form is to improve the settings text file editing experience. It includes

src/pages/work/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const { Content } = await render(entry);
3535
{description && <p class="mb-12 text-pretty">{description}</p>}
3636

3737
<!-- badges -->
38-
<div class="mb-1 text-lg dark:text-white">Tools used</div>
38+
<div class="mb-4 text-lg dark:text-white">Tools used</div>
3939
<ul class="mb-6 flex list-none flex-wrap gap-2.5">
4040
{
4141
tags.map((tag) => (

0 commit comments

Comments
 (0)