Skip to content

Commit f54fd5b

Browse files
committed
fix alignment
1 parent 70ac3d4 commit f54fd5b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

ui/app/css/style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,6 +1479,9 @@ p {
14791479
margin-top: 16px;
14801480
}
14811481
/* hanko auth and tool menu */
1482+
hotosm-auth {
1483+
--login-btn-margin: 3px 0;
1484+
}
14821485
.navbar-nav > li > a.hotosm-tool-menu {
14831486
display: none;
14841487
padding-top: 8px;
@@ -1496,8 +1499,8 @@ p {
14961499
}
14971500
@media (min-width: 992px) {
14981501
.navbar-nav > li > a.hotosm-auth {
1499-
padding-top: 7px;
1500-
padding-bottom: 7px;
1502+
padding-top: 4px;
1503+
padding-bottom: 4px;
15011504
}
15021505
}
15031506

0 commit comments

Comments
 (0)