@t8/docsgen 0.2.3 → 0.2.4

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.
@@ -44,7 +44,7 @@ h1 {
44
44
  }
45
45
  @media (max-width: 840px) {
46
46
  h1 {
47
- font-size: 2em;
47
+ font-size: 2.25em;
48
48
  }
49
49
  }
50
50
  h1 a,
@@ -80,11 +80,6 @@ header {
80
80
  .actions a.button {
81
81
  min-width: 6.5em;
82
82
  }
83
- @media (max-width: 840px) {
84
- .actions {
85
- font-size: 1.15em;
86
- }
87
- }
88
83
  .actions .sep {
89
84
  display: block;
90
85
  height: 0.01em;
@@ -95,6 +90,14 @@ header {
95
90
  .ref {
96
91
  font-size: 0.9em;
97
92
  }
93
+ @media (max-width: 840px) {
94
+ .actions {
95
+ font-size: 1.25em;
96
+ }
97
+ .actions .sep {
98
+ margin: 0.5rem 0;
99
+ }
100
+ }
98
101
 
99
102
  section {
100
103
  width: 50%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -44,7 +44,7 @@ h1 {
44
44
  }
45
45
  @media (max-width: 840px) {
46
46
  h1 {
47
- font-size: 2em;
47
+ font-size: 2.25em;
48
48
  }
49
49
  }
50
50
  h1 a,
@@ -80,11 +80,6 @@ header {
80
80
  .actions a.button {
81
81
  min-width: 6.5em;
82
82
  }
83
- @media (max-width: 840px) {
84
- .actions {
85
- font-size: 1.15em;
86
- }
87
- }
88
83
  .actions .sep {
89
84
  display: block;
90
85
  height: 0.01em;
@@ -95,6 +90,14 @@ header {
95
90
  .ref {
96
91
  font-size: 0.9em;
97
92
  }
93
+ @media (max-width: 840px) {
94
+ .actions {
95
+ font-size: 1.25em;
96
+ }
97
+ .actions .sep {
98
+ margin: 0.5rem 0;
99
+ }
100
+ }
98
101
 
99
102
  section {
100
103
  width: 50%;