Skip to content

Commit

Permalink
Fix text overflowing issue in /domains (#17)
Browse files Browse the repository at this point in the history
* chore: fix text overflowing on low resolution devices

* chore: upgrade everything to latest
  • Loading branch information
SapphicMoe authored Mar 20, 2024
1 parent e90f59a commit 429c1a3
Show file tree
Hide file tree
Showing 3 changed files with 4,607 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"pin-actions": "pin-github-action .github/workflows/prettier.yml"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@fontsource/inter": "^5.0.16",
"@types/node": "^20.11.16",
"astro": "^4.3.2"
"@astrojs/mdx": "^2.2.0",
"@fontsource/inter": "^5.0.17",
"@types/node": "^20.11.30",
"astro": "^4.5.6"
},
"devDependencies": {
"pin-github-action": "^1.9.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"wrangler": "^3.26.0"
"wrangler": "^3.35.0"
}
}
Loading

0 comments on commit 429c1a3

Please sign in to comment.