@t8/docsgen 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,6 +98,7 @@ footer {
98
98
  width: 100%;
99
99
  display: block;
100
100
  font-size: inherit;
101
+ text-align: start;
101
102
  border-top: 0.35em solid var(--overlay-border-color);
102
103
  padding: 0.25rem var(--content-padding-x) 0.35rem;
103
104
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
@@ -98,6 +98,7 @@ footer {
98
98
  width: 100%;
99
99
  display: block;
100
100
  font-size: inherit;
101
+ text-align: start;
101
102
  border-top: 0.35em solid var(--overlay-border-color);
102
103
  padding: 0.25rem var(--content-padding-x) 0.35rem;
103
104
  margin: 0;