@asd20/ui 3.2.777 → 3.2.778

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.777",
8
+ "version": "3.2.778",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -1,8 +1,9 @@
1
1
  <template>
2
2
  <div class="page-content-404">
3
3
  <h1><small>404</small>"Not all who wander are lost."</h1>
4
+ <span><i>~ J.R.R Tolkien, The Fellowship of the Ring</i></span>
4
5
  <p class="lead">
5
- Well, at least in this case, we can't find where you were headed. Let us
6
+ Well, at least in this case, we can't determine your journey's end. Let us
6
7
  humbly provide a few options to get you back on track:
7
8
  </p>
8
9
  <div class="options">
@@ -159,7 +160,10 @@ export default {
159
160
  }
160
161
  }
161
162
  p {
163
+ margin-top: 1rem;
164
+ padding-top: 1rem;
162
165
  text-align: center;
166
+ border-top: 2px solid lightgray;
163
167
  }
164
168
  .options {
165
169
  display: flex;