Skip to content

Commit

Permalink
docs: fix home page theme-content style
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jan 3, 2025
1 parent f97890e commit fd1e824
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 193 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"prettier.enable": true,
"eslint.enable": true,
"prettier.enable": true,
"editor.formatOnSave": true,
"eslint.validate": [
"vue",
"html",
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.site-home {
.theme-default-content {
[vp-content] {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 180px;
min-height: 240px;
}
}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@ntnyq/eslint-config": "^3.10.4",
"@ntnyq/prettier-config": "^1.22.0",
"@types/node": "^22.10.2",
"@ntnyq/eslint-config": "^3.11.0",
"@ntnyq/prettier-config": "^1.22.1",
"@types/node": "^22.10.5",
"bumpp": "^9.9.2",
"copyfiles": "^2.4.1",
"eslint": "^9.17.0",
Expand Down
Loading

0 comments on commit fd1e824

Please sign in to comment.