From 2871f5741c98cf8845b3eb47cbc3a5f2194fcc04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Thu, 23 Jan 2025 15:03:03 +0000 Subject: [PATCH] docs: align table of contents with content (#9141) https://linear.app/unleash/issue/2-3191/align-table-of-contents-with-content Vertically aligns the table of contents with the content, by adding some margin top. ![image](https://github.com/user-attachments/assets/3d6e84c0-cb87-4b2c-a722-38d5e97fdd54) --- website/src/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 58b0d8c282..edaabbc5aa 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -275,6 +275,10 @@ main .theme-doc-breadcrumbs { line-height: 22px; } +.table-of-contents { + margin-top: 70px; +} + .table-of-contents:before { content: "Table of Contents"; display: inline-flex;