Skip to content

Commit

Permalink
feat: Update Deps, Fix Mobile Aside, formmated stuff and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Mar 31, 2024
1 parent cfa60eb commit ae1d670
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 257 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ version: 2
updates:
- package-ecosystem: gitsubmodule
schedule:
interval: "daily"
directory: /
interval: "daily"
directory: /
- package-ecosystem: npm
schedule:
interval: "daily"
directory: /
2 changes: 1 addition & 1 deletion LEARN.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ The project is licensed under [The MIT License](LICENSE)

## Contact

In case of anything please contact me through [Email](mailto:[email protected]) or [any of the links provided here](https://gabs.eu.org/findme)
In case of anything please contact me through [Email](mailto:[email protected]) or [any of the links provided here](https://gabs.eu.org/findme)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"sass": "^1.72.0",
"vitepress": "1.0.0-rc.42"
"vitepress": "^1.0.1"
}
}
6 changes: 5 additions & 1 deletion pages/.vitepress/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

@use "sass:color";

$color-accent: #D16014; //D62839
$color-accent: #d16014; //D62839

.table-small table {
width: max-content;
Expand Down Expand Up @@ -44,5 +44,9 @@ $color-accent: #D16014; //D62839
font-size: 32px;
margin: 5px 0;
}

@media screen and (max-width: 37.5rem) {
width: 100%;
}
}
}
Loading

0 comments on commit ae1d670

Please sign in to comment.