diff --git a/roles/ipsilon/files/templates-new/layout.html b/roles/ipsilon/files/templates-new/layout.html
index 837ccb152d..3ddfe99314 100644
--- a/roles/ipsilon/files/templates-new/layout.html
+++ b/roles/ipsilon/files/templates-new/layout.html
@@ -9,8 +9,12 @@
 
         <!--<link rel="stylesheet" href="{{ basepath }}/ui/fedora/fedora.css">-->
         <link href="https://apps.fedoraproject.org/global/fedora-bootstrap-1.0/fedora-bootstrap.min.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic,700italic,300italic' rel='stylesheet' type='text/css'>
+        <!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic,700italic,300italic' rel='stylesheet' type='text/css'>-->
         <meta name="generator" content="Ipsilon">
+        <style>
+            .bodycontent { min-height: 85vh; }
+        </style>
+
 
         {%- if heads %}
           {%- for group, value in heads.items() %}