From 15ccd7c41bb47dedc0493e5e6c7db43689de77d9 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Tue, 12 Dec 2017 16:02:21 -0800 Subject: [PATCH] Better alignment for navbar buttons --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index 4c5d43a..100b77e 100644 --- a/main.css +++ b/main.css @@ -40,7 +40,7 @@ pre { /* Move the navbar contents onto the same line as the toggler */ #navbarCollapse { - margin-top: -3rem !important; + margin-top: -2.5rem !important; margin-right: 50px; }