Website: fix alignment issue in Handbook mobile navigation (#12224)

Closes: #12218

Changes:
- Updated the alignment of the mobile navigation "breadcrumbs" in the
Fleet handbook.
This commit is contained in:
Eric 2023-06-08 15:26:09 -05:00 committed by GitHub
parent 1c18765dfa
commit dfe8d60025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
padding-top: 16px;
p, a, strong {
font-size: 12px;
line-height: 24px;
line-height: 18px;
}
a {
text-decoration: none;

View file

@ -24,7 +24,7 @@
<div class="d-flex flex-column handbook-content">
<div purpose="breadcrumbs" class="d-flex m-0 align-items-center breadcrumbs">
<div class="d-flex" v-if="breadcrumbs.length > 1">
<div class="d-flex flex-row align-items-center" v-if="breadcrumbs.length > 1">
<a :href="'/' + breadcrumbs[0]" class="pr-3">
{{breadcrumbs[0] === 'handbook' ? 'Introduction' : breadcrumbs[0]}}
</a>