@t8/docsgen 0.3.26 → 0.3.27
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.
- package/dist/css/index.css +4 -4
- package/package.json +1 -1
- package/src/css/index.css +4 -4
package/dist/css/index.css
CHANGED
|
@@ -41,7 +41,6 @@ h1 {
|
|
|
41
41
|
max-width: 16rem;
|
|
42
42
|
font-size: 1.6em;
|
|
43
43
|
font-weight: 900;
|
|
44
|
-
color: var(--emphatic-color);
|
|
45
44
|
margin: 1rem 0;
|
|
46
45
|
}
|
|
47
46
|
@media (max-width: 840px) {
|
|
@@ -117,6 +116,7 @@ section.intro-title {
|
|
|
117
116
|
align-items: flex-end;
|
|
118
117
|
text-align: right;
|
|
119
118
|
line-height: 1.3;
|
|
119
|
+
color: var(--emphatic-color);
|
|
120
120
|
border-right: 0.05em solid var(--line-color);
|
|
121
121
|
}
|
|
122
122
|
section.intro-title .section-content {
|
|
@@ -170,10 +170,10 @@ section.intro pre {
|
|
|
170
170
|
border-bottom: 0.05em solid var(--line-color);
|
|
171
171
|
}
|
|
172
172
|
section.intro-title .section-content {
|
|
173
|
-
min-height:
|
|
173
|
+
min-height: 35vh;
|
|
174
174
|
align-items: center;
|
|
175
|
-
padding-top:
|
|
176
|
-
padding-bottom:
|
|
175
|
+
padding-top: 2rem;
|
|
176
|
+
padding-bottom: 2.5rem;
|
|
177
177
|
}
|
|
178
178
|
section.intro-title:last-child .section-content {
|
|
179
179
|
max-width: 100%;
|
package/package.json
CHANGED
package/src/css/index.css
CHANGED
|
@@ -41,7 +41,6 @@ h1 {
|
|
|
41
41
|
max-width: 16rem;
|
|
42
42
|
font-size: 1.6em;
|
|
43
43
|
font-weight: 900;
|
|
44
|
-
color: var(--emphatic-color);
|
|
45
44
|
margin: 1rem 0;
|
|
46
45
|
}
|
|
47
46
|
@media (max-width: 840px) {
|
|
@@ -117,6 +116,7 @@ section.intro-title {
|
|
|
117
116
|
align-items: flex-end;
|
|
118
117
|
text-align: right;
|
|
119
118
|
line-height: 1.3;
|
|
119
|
+
color: var(--emphatic-color);
|
|
120
120
|
border-right: 0.05em solid var(--line-color);
|
|
121
121
|
}
|
|
122
122
|
section.intro-title .section-content {
|
|
@@ -170,10 +170,10 @@ section.intro pre {
|
|
|
170
170
|
border-bottom: 0.05em solid var(--line-color);
|
|
171
171
|
}
|
|
172
172
|
section.intro-title .section-content {
|
|
173
|
-
min-height:
|
|
173
|
+
min-height: 35vh;
|
|
174
174
|
align-items: center;
|
|
175
|
-
padding-top:
|
|
176
|
-
padding-bottom:
|
|
175
|
+
padding-top: 2rem;
|
|
176
|
+
padding-bottom: 2.5rem;
|
|
177
177
|
}
|
|
178
178
|
section.intro-title:last-child .section-content {
|
|
179
179
|
max-width: 100%;
|