about summary refs log tree commit diff stats
path: root/html/story-teller/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/story-teller/styles.css')
-rw-r--r--html/story-teller/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/html/story-teller/styles.css b/html/story-teller/styles.css
new file mode 100644
index 0000000..51852ba
--- /dev/null
+++ b/html/story-teller/styles.css
@@ -0,0 +1,8 @@
+body {
+    font-family: 'Roboto', sans-serif;
+    background-color: #f0f0f0;
+    margin: 0 auto;
+    display: block;
+    padding: 0;
+    max-width: 42em;
+}
\ No newline at end of file