Skip to content

Commit f036bcc

Browse files
Align logout baseline with nav links. (#583)
1 parent 592616f commit f036bcc

6 files changed

Lines changed: 2 additions & 4 deletions

File tree

backend/web/css/site.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ a.desc:after {
5656
align-items: baseline;
5757
}
5858

59-
/* align the logout link of the navbar */
59+
/* style navbar logout link color, hover state, and mobile layout */
6060
.navbar-nav .nav-link.logout {
61-
padding-top: 7px;
6261
color: var(--bs-navbar-color);
6362
}
6463

197 KB
Loading
196 KB
Loading
461 KB
Loading
458 KB
Loading

frontend/web/css/site.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ a.desc:after {
5656
align-items: baseline;
5757
}
5858

59-
/* align the logout link of the navbar */
59+
/* style navbar logout link color, hover state, and mobile layout */
6060
.navbar-nav .nav-link.logout {
61-
padding-top: 7px;
6261
color: var(--bs-navbar-color);
6362
}
6463

0 commit comments

Comments
 (0)