]> 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>
Sun, 26 May 2024 22:47:25 +0000 (01:47 +0300)
app/assets/stylesheets/common.scss

index 4ee7b860c2b583bb28d24b7b18fa2b5cbb8d08c5..8fc503cbdd9a96e92e2c40c8fc39d1f1b6cc6472 100644 (file)
@@ -150,7 +150,7 @@ nav.primary {
 
 nav.secondary {
   .nav-link {
-    padding: 0.2rem;
+    padding: 0.3rem;
   }
 }