@forsakringskassan/docs-generator 2.42.0 → 3.0.0

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.
@@ -160,6 +160,26 @@ a.docs-badge:hover {
160
160
  margin-top: 1rem;
161
161
  }
162
162
 
163
+ :where(.docs-heading--h2 + .docs-heading--h3) {
164
+ margin-top: 2rem;
165
+ }
166
+
167
+ :where(.docs-paragraph + .docs-heading--h2) {
168
+ margin-top: 3.5rem;
169
+ }
170
+
171
+ :where(.docs-paragraph + .docs-heading--h3) {
172
+ margin-top: 3rem;
173
+ }
174
+
175
+ :where(.code-preview + .docs-heading--h3) {
176
+ margin-top: 3rem;
177
+ }
178
+
179
+ :where(.code-preview + .docs-paragraph) {
180
+ margin-top: 3rem;
181
+ }
182
+
163
183
  @media (width <= 640px) {
164
184
  :where(.docs-heading--h1) {
165
185
  font-size: 1.75rem;
@@ -160,6 +160,26 @@ a.docs-badge:hover {
160
160
  margin-top: 1rem;
161
161
  }
162
162
 
163
+ :where(.docs-heading--h2 + .docs-heading--h3) {
164
+ margin-top: 2rem;
165
+ }
166
+
167
+ :where(.docs-paragraph + .docs-heading--h2) {
168
+ margin-top: 3.5rem;
169
+ }
170
+
171
+ :where(.docs-paragraph + .docs-heading--h3) {
172
+ margin-top: 3rem;
173
+ }
174
+
175
+ :where(.code-preview + .docs-heading--h3) {
176
+ margin-top: 3rem;
177
+ }
178
+
179
+ :where(.code-preview + .docs-paragraph) {
180
+ margin-top: 3rem;
181
+ }
182
+
163
183
  @media (width <= 640px) {
164
184
  :where(.docs-heading--h1) {
165
185
  font-size: 1.75rem;