layout fixes
[copyspeak.git] / src / copyspeak / static / css / base.scss
index cfc1710..3296f22 100644 (file)
@@ -1,3 +1,5 @@
+@import url(http://fonts.googleapis.com/css?family=Lato);
+
 html, body {
     margin: 0;
     padding: 0;
@@ -253,10 +255,16 @@ $g22: lighten($g12, 10%);
 }
 
 
-.flatpage {
+.text-page-wrapper {
     background: #ddd;
     color: black;
-    padding: 3em;
+
+    .text-page {
+        max-width: 60em;
+        margin: auto;
+        padding: 3em;
+        
+    }
 }