Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
suhanw committed Jan 13, 2025
1 parent 6bd58d6 commit 151af18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": false
}
2 changes: 1 addition & 1 deletion components/intro/style.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.intro {
height: 100vh;
// height: 100vh;
min-height: 460px;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 151af18

Please sign in to comment.