@t8/docsgen 0.3.25 → 0.3.26

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.
@@ -39,7 +39,7 @@ main {
39
39
 
40
40
  h1 {
41
41
  max-width: 16rem;
42
- font-size: 2.5em;
42
+ font-size: 1.6em;
43
43
  font-weight: 900;
44
44
  color: var(--emphatic-color);
45
45
  margin: 1rem 0;
@@ -47,7 +47,6 @@ h1 {
47
47
  @media (max-width: 840px) {
48
48
  h1 {
49
49
  max-width: none;
50
- font-size: 2.25em;
51
50
  }
52
51
  }
53
52
  h1 > a,
@@ -78,7 +77,6 @@ header {
78
77
  font-style: normal;
79
78
  }
80
79
  .actions {
81
- font-size: 1.25em;
82
80
  margin: 1.25rem 0;
83
81
  }
84
82
  .actions .sep {
@@ -95,9 +93,6 @@ header {
95
93
  font-size: 0.9em;
96
94
  }
97
95
  @media (max-width: 840px) {
98
- .actions {
99
- font-size: 1.25em;
100
- }
101
96
  .actions .sep {
102
97
  margin: 0.5rem 0;
103
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
package/src/css/index.css CHANGED
@@ -39,7 +39,7 @@ main {
39
39
 
40
40
  h1 {
41
41
  max-width: 16rem;
42
- font-size: 2.5em;
42
+ font-size: 1.6em;
43
43
  font-weight: 900;
44
44
  color: var(--emphatic-color);
45
45
  margin: 1rem 0;
@@ -47,7 +47,6 @@ h1 {
47
47
  @media (max-width: 840px) {
48
48
  h1 {
49
49
  max-width: none;
50
- font-size: 2.25em;
51
50
  }
52
51
  }
53
52
  h1 > a,
@@ -78,7 +77,6 @@ header {
78
77
  font-style: normal;
79
78
  }
80
79
  .actions {
81
- font-size: 1.25em;
82
80
  margin: 1.25rem 0;
83
81
  }
84
82
  .actions .sep {
@@ -95,9 +93,6 @@ header {
95
93
  font-size: 0.9em;
96
94
  }
97
95
  @media (max-width: 840px) {
98
- .actions {
99
- font-size: 1.25em;
100
- }
101
96
  .actions .sep {
102
97
  margin: 0.5rem 0;
103
98
  }