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~499^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8a88eee48855aa26ac5ddd9af11678600f74fb91 Increase secondary nav item padding to compensate removed whitespace --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1da103042..97ed59071 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; } }