diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html
index 73a6ad6a28a3b379c360718afe33f9140f69628e..730a2da3a752e09aacc77b8165d24b357de04620 100644
--- a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html
+++ b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html
@@ -31,7 +31,7 @@
     </div>
 </div>
 
-<div class="wrapper wrapper--medium wrapper--inner-space-xl">
+<div class="wrapper wrapper--medium wrapper--tabs">
 {# Tab 1 #}
     <div class="tabs__content tabs__content--current" id="tab-1">
         <div class="wrapper wrapper--sidebar">
diff --git a/opentech/static_src/src/sass/apply/components/_wrapper.scss b/opentech/static_src/src/sass/apply/components/_wrapper.scss
index 3af98599904d231712f891cee65606219c0fa8b5..d93586545981a24cb98ec60d86a1e741375ee66f 100644
--- a/opentech/static_src/src/sass/apply/components/_wrapper.scss
+++ b/opentech/static_src/src/sass/apply/components/_wrapper.scss
@@ -247,13 +247,11 @@
     }
 
     &--comments {
-        padding: 20px;
         padding-bottom: 15px;
         margin-bottom: 15px;
         border-bottom: 1px solid $color--mid-grey;
 
         @include media-query(tablet-portrait) {
-            padding: 0;
             padding-bottom: 35px;
             margin-bottom: 35px;
         }
@@ -262,4 +260,12 @@
             display: none;
         }
     }
+
+    &--tabs {
+        padding: 20px 0;
+
+        @include media-query(tablet-portrait) {
+            padding: 4rem 0;
+        }
+    }
 }