diff --git a/content/css/docs.css b/content/css/docs.css index 3df0438d..be18b488 100644 --- a/content/css/docs.css +++ b/content/css/docs.css @@ -342,11 +342,18 @@ footer { font-size: 16px; } -.doc-content p, .doc-content.ul, .doc-content .alert { +.doc-content p, .doc-content.ul { margin: 15px 0 15px 0; line-height: 1.5; } +.doc-content .alert { + margin: 15px 0 15px 0; + line-height: 1.5; + /* This is to prevent NOTE/admonition alert boxes from overlapping the table of contents at the top of a docs page. */ + display: inline-block; width: 100%; +} + .doc-content > h1 { color: #e6522c; font-size: 30px;