style: centering and spacing for titled breadcrumbs

This commit is contained in:
Jai Bhagat
2021-12-16 10:12:29 -05:00
parent 10db60edf6
commit ed49d59ffb
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
}
dl dd {
margin: -4px 0px;
font-size: medium;
}

View File

@@ -1,5 +1,6 @@
.navbar {
display: flex;
align-items: center;
&.is-primary {
background: linear-gradient(to right, $nomad-green-darker, $nomad-green-dark);