We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb1bf2 commit 03cdea4Copy full SHA for 03cdea4
assets/scss/custom.scss
@@ -267,10 +267,13 @@ footer {
267
margin: 1rem 0 3rem 0;
268
269
details {
270
-
271
summary {
272
padding: .5rem 0;
273
list-style-position: outside;
+
274
+ p {
275
+ max-width: 80%;
276
+ }
277
}
278
279
@@ -313,10 +316,6 @@ footer {
313
316
margin-bottom: 1.5rem;
314
317
315
318
- p {
- max-width: 80%;
- }
319
320
p code, table code {
321
background-color: $white;
322
0 commit comments