From b17f82b804c2dd917b2d9d6af9d9a241a4799608 Mon Sep 17 00:00:00 2001 From: Kyle Eaton Date: Thu, 20 May 2021 10:10:00 -0400 Subject: [PATCH] adjust padding of li items in mobile menu and width --- docs_rtd/_static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_rtd/_static/style.css b/docs_rtd/_static/style.css index 1bfba8e17a9d..65c26193195e 100644 --- a/docs_rtd/_static/style.css +++ b/docs_rtd/_static/style.css @@ -231,7 +231,7 @@ a { overflow: hidden; position: absolute; top: 57px; - width: 152px; + width: 168px; right: 0; } @@ -243,7 +243,7 @@ a { #mobile-modal li { margin-bottom: 8px; - padding: 0 0px 0 16px; + padding: 0 8px 0 16px; height: 40px; border: none !important; margin-top: 4px;