@t8/docsgen 0.3.12 → 0.3.13
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 +5 -2
- package/package.json +1 -1
- package/src/css/index.css +5 -2
package/dist/css/index.css
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--max-content-width: 38em;
|
|
3
|
+
}
|
|
1
4
|
body {
|
|
2
5
|
min-height: 100vh;
|
|
3
6
|
}
|
|
@@ -112,7 +115,7 @@ section .section-content {
|
|
|
112
115
|
}
|
|
113
116
|
section.intro-title {
|
|
114
117
|
display: flex;
|
|
115
|
-
width:
|
|
118
|
+
width: 40%;
|
|
116
119
|
flex-direction: column;
|
|
117
120
|
align-items: flex-end;
|
|
118
121
|
text-align: right;
|
|
@@ -139,7 +142,7 @@ section.intro-title:last-of-type .section-content {
|
|
|
139
142
|
}
|
|
140
143
|
section.intro {
|
|
141
144
|
display: flex;
|
|
142
|
-
width:
|
|
145
|
+
width: 60%;
|
|
143
146
|
flex-direction: column;
|
|
144
147
|
justify-content: center;
|
|
145
148
|
}
|
package/package.json
CHANGED
package/src/css/index.css
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--max-content-width: 38em;
|
|
3
|
+
}
|
|
1
4
|
body {
|
|
2
5
|
min-height: 100vh;
|
|
3
6
|
}
|
|
@@ -112,7 +115,7 @@ section .section-content {
|
|
|
112
115
|
}
|
|
113
116
|
section.intro-title {
|
|
114
117
|
display: flex;
|
|
115
|
-
width:
|
|
118
|
+
width: 40%;
|
|
116
119
|
flex-direction: column;
|
|
117
120
|
align-items: flex-end;
|
|
118
121
|
text-align: right;
|
|
@@ -139,7 +142,7 @@ section.intro-title:last-of-type .section-content {
|
|
|
139
142
|
}
|
|
140
143
|
section.intro {
|
|
141
144
|
display: flex;
|
|
142
|
-
width:
|
|
145
|
+
width: 60%;
|
|
143
146
|
flex-direction: column;
|
|
144
147
|
justify-content: center;
|
|
145
148
|
}
|