Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 515a5c9

Browse files
authored
Fix ul font size, update dependencies and bump version (#42)
1 parent d94124b commit 515a5c9

File tree

4 files changed

+37
-31
lines changed

4 files changed

+37
-31
lines changed

package-lock.json

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playcanvas/jsdoc-template",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"description": "JSDoc 3 template for PlayCanvas",
55
"author": "PlayCanvas <support@playcanvas.com>",
66
"homepage": "https://playcanvas.com",
@@ -38,8 +38,8 @@
3838
],
3939
"devDependencies": {
4040
"@playcanvas/eslint-config": "^1.1.1",
41-
"eslint": "^8.15.0",
42-
"sass": "^1.51.0",
41+
"eslint": "^8.17.0",
42+
"sass": "^1.52.3",
4343
"taffydb": "^2.7.3"
4444
},
4545
"dependencies": {

sass/styles.scss

+3
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,9 @@ body {
384384
font-size: 14px;
385385
margin: 0;
386386
}
387+
ul {
388+
font-size: 14px;
389+
}
387390
hr {
388391
border: 1px solid $hr-color;
389392
margin-top: 20px;

static/styles/styles.css

+3
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@ body > .container > main p {
396396
font-size: 14px;
397397
margin: 0;
398398
}
399+
body > .container > main ul {
400+
font-size: 14px;
401+
}
399402
body > .container > main hr {
400403
border: 1px solid #F0F0F0;
401404
margin-top: 20px;

0 commit comments

Comments
 (0)