layout fixes
[copyspeak.git] / src / copyspeak / static / css / base.scss
index df1e7c3..3296f22 100644 (file)
@@ -255,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;
+        
+    }
 }