diff --git a/app/views/schools/show.html.haml b/app/views/schools/show.html.haml
index 16b0d14e..67b9cecd 100644
--- a/app/views/schools/show.html.haml
+++ b/app/views/schools/show.html.haml
@@ -2,10 +2,11 @@
.row
- if @school_categories.blank?
- .row.pt-3.mt-3
- .col
- %h3 Insufficient Responses
+ .pt-3.mt-3
+ .row.pt-3.mt-3
+ .col-10.offset-1
+ %h3 Insufficient Responses
%p No data is displayed for this school because of insufficient responses.
- else
= render @school_categories