From: Anton Khorev Date: Fri, 24 May 2024 16:48:46 +0000 (+0300) Subject: Increase secondary nav item padding to compensate removed whitespace X-Git-Tag: live~658^2~2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/93d3345e259c9a4df893fe7f8a241e7de3e8d539 Increase secondary nav item padding to compensate removed whitespace --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 4ee7b860c..8fc503cbd 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -150,7 +150,7 @@ nav.primary { nav.secondary { .nav-link { - padding: 0.2rem; + padding: 0.3rem; } }