]> git.openstreetmap.org Git - rails.git/commitdiff
Increase secondary nav item padding to compensate removed whitespace
authorAnton Khorev <tony29@yandex.ru>
Fri, 24 May 2024 16:48:46 +0000 (19:48 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 24 May 2024 17:53:19 +0000 (20:53 +0300)
app/assets/stylesheets/common.scss

index 1da1030427faa10edee41118bfeeada7a939f64c..97ed5907135d992c6da34bf612d52ede75368654 100644 (file)
@@ -150,7 +150,7 @@ nav.primary {
 
 nav.secondary {
   .nav-link {
-    padding: 0.2rem;
+    padding: 0.3rem;
   }
 }