diff --git a/_layouts/page.html b/_layouts/page.html
index 4e0d4ebf09ee2756cfc8c0087e0a3d73be00cc2f..5866d1a9094ba1a0f6094977fbef85d5738194a4 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,7 +2,6 @@
 layout: default
 ---
 
-<div class="page">
-  <h1 class="page-title">{{ page.title }}</h1>
+<div class="row">
   {{ content }}
-</div>
+</div>
\ No newline at end of file