diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 25a11c81..35b4e3dc 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -267,10 +267,13 @@ footer { margin: 1rem 0 3rem 0; details { - summary { padding: .5rem 0; list-style-position: outside; + + p { + max-width: 80%; + } } } @@ -313,10 +316,6 @@ footer { margin-bottom: 1.5rem; } - p { - max-width: 80%; - } - p code, table code { background-color: $white; }