diff --git a/app/views/dashboard/code.html.haml b/app/views/dashboard/code.html.haml
index dc459289c..0abb2e591 100644
--- a/app/views/dashboard/code.html.haml
+++ b/app/views/dashboard/code.html.haml
@@ -1,18 +1,19 @@
.stripe.reverse#code-of-conduct
- .row
- .col
- %h1
+ .row.justify-content-md-center
+ .col.col-md-8
+ %h2
= t('code_of_conduct.title')
+
.stripe.reverse
- .row
- .col
- %h2
+ .row.justify-content-md-center
+ .col.col-md-8
+ %h3
= t('code_of_conduct.summary.title')
%p.lead
= t('code_of_conduct.summary.intro')
- %h2
+ %h3
= t('code_of_conduct.content.title')
%p
@@ -35,4 +36,4 @@
%p
= t('code_of_conduct.content.questions')
- =mail_to 'hello@codebar.io', t('code_of_conduct.content.contact'), subject: t('code_of_conduct.content.email_subject')
+ = mail_to 'hello@codebar.io', t('code_of_conduct.content.contact'), subject: t('code_of_conduct.content.email_subject')
diff --git a/app/views/dashboard/effective-teacher-guide.html.haml b/app/views/dashboard/effective-teacher-guide.html.haml
index 69d6dbde5..ec065448b 100644
--- a/app/views/dashboard/effective-teacher-guide.html.haml
+++ b/app/views/dashboard/effective-teacher-guide.html.haml
@@ -1,14 +1,14 @@
.stripe.reverse
- .row
- .col
- %h3
+ .row.justify-content-md-center
+ .col.col-lg-8
+ %h2
Coach Guide
- %p
+ %p.lead
This is a brief guide we've put together for our coaches. If you have any suggestions to make open a #{link_to "pull request", "https://github.com/codebar/planner"} or #{link_to "create an issue", "https://github.com/codebar/planner/issues/new"}.
.stripe.reverse
- .row
- .col
+ .row.justify-content-md-center
+ .col.col-lg-8
%ul
%li
%p.mb-2= t('dashboard.teacher_guide.laptop')
diff --git a/app/views/dashboard/participant_guide.html.haml b/app/views/dashboard/participant_guide.html.haml
index 628248f23..9fb7a162f 100644
--- a/app/views/dashboard/participant_guide.html.haml
+++ b/app/views/dashboard/participant_guide.html.haml
@@ -1,6 +1,6 @@
.stripe.reverse#banner
- .row
- .col
+ .row.justify-content-md-center
+ .col.col-md-8
%h2= t('participant_student_guide.title')
= link_to t('participant_student_guide.attendance_policy.title') , '#attendance'
\|
@@ -9,8 +9,8 @@
= link_to t('participant_student_guide.disability.title') , '#disability'
.stripe.reverse
- .row
- .col
+ .row.justify-content-md-center
+ .col.col-md-8
%h3#attendance= t('participant_student_guide.attendance_policy.title')
%p
= t('participant_student_guide.attendance_policy.intro')