diff --git a/src/components/InflectionButton.vue b/src/components/InflectionButton.vue
index 3a9a4226bf7701f0c6c219082c487956699e3d45..efe2f1ecedd2295bb83ad33773d75d2182c823e9 100644
--- a/src/components/InflectionButton.vue
+++ b/src/components/InflectionButton.vue
@@ -175,7 +175,7 @@ th {
     vertical-align: top;
 }
 
-article:not(.righ_hand_column) .inflection-canvas {
+article:not(.right_hand_column) .inflection-canvas {
   left: -35px;
 }
 
diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue
index 3daf97261607bde5f62ffdb6c1bcc3726f1416e0..6f8c96a7915db1546ce23f60d89aad95fb33e95a 100644
--- a/src/components/SearchResults.vue
+++ b/src/components/SearchResults.vue
@@ -119,7 +119,8 @@ export default {
   }
 
   .hits {
-    margin-top:0px;
+    min-width: 50%;
+
   }
 
   .flex-container {
@@ -142,7 +143,7 @@ export default {
   }
 
 
-  article.righ_hand_column div.inflection-wrapper {
+  article.right_hand_column div.inflection-wrapper {
     right: -35px;
   }