From a5798fd8aec663b345c6f6a013d24943766c8302 Mon Sep 17 00:00:00 2001 From: Ashley Henry Date: Thu, 10 Oct 2024 09:54:53 -0400 Subject: [PATCH] a few more adjustments --- _extensions/posit-docs/theme.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_extensions/posit-docs/theme.scss b/_extensions/posit-docs/theme.scss index f4604d9..71777d2 100644 --- a/_extensions/posit-docs/theme.scss +++ b/_extensions/posit-docs/theme.scss @@ -85,7 +85,7 @@ body { .navbar-title { font-family: $font-family-sans-serif; - font-size: 24px; + font-size: 28px; font-weight: 500; } @@ -110,12 +110,13 @@ body { /* nav - fake navigation tabs*/ .navbar>.container-fluid { - margin-top: -60px !important; + margin-top: -50px !important; } +/* dropdown icon - pushed over to the right to nest under the search icon */ .navbar .navbar-collapse { - padding-top: 150px !important; - margin-left: -550px !important; + padding-top: 120px !important; + margin-left: -635px !important; margin-right: -70px !important; }