From 2c2e8f8b17423e9a6ad5c419a7c017347dbbd3ff Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 16 Apr 2023 13:39:42 +0200 Subject: [PATCH] Remove unneeded bottom padding --- templates/style/rustdoc-2021-12-05.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/style/rustdoc-2021-12-05.scss b/templates/style/rustdoc-2021-12-05.scss index 45a2210f4..c797cc378 100644 --- a/templates/style/rustdoc-2021-12-05.scss +++ b/templates/style/rustdoc-2021-12-05.scss @@ -14,10 +14,6 @@ /* Since we use `overflow-wrap: anywhere;`, we never have the need for a X scrollbar... */ overflow-x: hidden; } - - main { - padding-bottom: 50px; - } } @media (max-width: 700px) {