We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8e447 commit 683145aCopy full SHA for 683145a
src/App.vue
@@ -5,6 +5,21 @@
5
id="site-container"
6
class="container"
7
>
8
+ <nav
9
+ class="breadcrumb caption bold"
10
+ aria-label="breadcrumbs"
11
+ >
12
+ <ul>
13
+ <li><a href="#">Home</a></li>
14
+ <li><a href="#">Child Page</a></li>
15
+ <li class="is-active">
16
+ <a
17
+ href="#"
18
+ aria-current="page"
19
+ >Chooser</a>
20
+ </li>
21
+ </ul>
22
+ </nav>
23
<div class="page-head">
24
<div class="select-license-column">
25
<h2 class="vocab">
@@ -115,6 +130,9 @@ export default {
115
130
#site-container {
116
131
padding: 0.75rem;
117
132
}
133
+ .breadcrumb {
134
+ margin-bottom: 2rem;
135
+ }
118
136
.page-head {
119
137
display: grid;
120
138
grid-template-columns: 1fr;
0 commit comments