@asd20/ui 3.2.884 → 3.2.886

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.884",
8
+ "version": "3.2.886",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -176,7 +176,7 @@ export default {
176
176
  margin-top: 0;
177
177
  order: 2;
178
178
  img {
179
- height: auto;
179
+ height: auto !important;
180
180
  margin-left: space(1);
181
181
  max-height: 25vw;
182
182
  }
@@ -1,7 +1,7 @@
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
+ <span><i>~ J.R.R. Tolkien, The Fellowship of the Ring</i></span>
5
5
  <p class="lead">
6
6
  Well, at least in this case, we can't determine your journey's end. Let us
7
7
  humbly provide a few options to get you back on track:
@@ -43,7 +43,7 @@
43
43
  </asd20-site-navigation>
44
44
 
45
45
  <!-- Widgets -->
46
- <intersect
46
+ <!-- <intersect
47
47
  @enter="
48
48
  $emit('files-in-view')
49
49
  $emit('events-in-view')
@@ -58,7 +58,7 @@
58
58
  >
59
59
  <slot name="widgets" />
60
60
  </asd20-widgets-section>
61
- </intersect>
61
+ </intersect> -->
62
62
 
63
63
  <slot name="before-footer" />
64
64
  </div>