Skip to content

Commit

Permalink
style: centering and spacing for titled breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiWithJai committed Dec 16, 2021
1 parent 03a0f41 commit b58df56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/styles/core/breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}

dl dd {
margin: -4px 0px;
font-size: medium;
}

Expand Down
1 change: 1 addition & 0 deletions ui/app/styles/core/navbar.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.navbar {
display: flex;
align-items: center;

&.is-primary {
background: linear-gradient(to right, $nomad-green-darker, $nomad-green-dark);
Expand Down

0 comments on commit b58df56

Please sign in to comment.