diff --git a/src/components/LinkItems/Section.vue b/src/components/LinkItems/Section.vue
index 6d230af6..351bd60f 100644
--- a/src/components/LinkItems/Section.vue
+++ b/src/components/LinkItems/Section.vue
@@ -57,7 +57,9 @@
:itemSize="itemSize"
/>
-
+
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 77320bb3..5ca2c3c3 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -41,6 +41,7 @@
:itemSize="itemSizeBound"
@itemClicked="finishedSearching()"
@change-modal-visibility="updateModalVisibility"
+ :isWide="!!singleSectionView || layoutOrientation === 'horizontal'"
:class="
(searchValue && filterTiles(section.items, searchValue).length === 0) ? 'no-results' : ''"
/>