From 4bb3da25a2e4150d435e98fb0520aa247fc13d4d Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 14 Jul 2021 19:36:20 -0400 Subject: public/css/tdro: Margins on navigation buttons only --- public/css/tdro.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/css/tdro.css b/public/css/tdro.css index 354de32..6a4c1aa 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -3930,6 +3930,7 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott .error__headerSize { font-size: 8rem; } +nav .item__box { margin: 0 0 0 0.7rem; } .item__box span { padding-left: 10px; } .item__box svg { stroke-width: 1.5px; width: 20px; height: 20px; } .item__box:hover, .item__box:hover svg, .item__box:focus svg { fill: currentColor; color: #000; } @@ -3940,7 +3941,6 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott align-items: center; justify-content: center; font-weight: 400; - margin: 0 0 0 0.7rem; padding: 0.25rem 1rem; background-color: #f2f2f2; border: 0 solid transparent !important; -- cgit v1.2.3