aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-07-14 19:36:20 -0400
committerThedro Neely <thedroneely@gmail.com>2021-07-14 19:36:20 -0400
commit4bb3da25a2e4150d435e98fb0520aa247fc13d4d (patch)
tree8eb13ed0447ac1d32d77c12ef51da6ab0637fc8c /public
parent9eb759feece6014bfed685946eac48c123071476 (diff)
downloadthedroneely.com-4bb3da25a2e4150d435e98fb0520aa247fc13d4d.tar.gz
thedroneely.com-4bb3da25a2e4150d435e98fb0520aa247fc13d4d.tar.bz2
thedroneely.com-4bb3da25a2e4150d435e98fb0520aa247fc13d4d.zip
public/css/tdro: Margins on navigation buttons only
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
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;