diff --git a/app/views/static/about.html.haml b/app/views/static/about.html.haml
index b2ad025e..c3a63524 100644
--- a/app/views/static/about.html.haml
+++ b/app/views/static/about.html.haml
@@ -1,8 +1,8 @@
+.jumbotron.j2-jumbo.text-center
+ %h1= APP_CONFIG['site_name']
+ %p About our service, features and other information
.container
%h1.centre
- About
- = APP_CONFIG['site_name']
-
= render 'layouts/messages'
/