diff options
author | elioat <elioat@tilde.institute> | 2024-12-01 15:00:37 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-12-01 15:00:37 -0500 |
commit | ecff6d35e51ee35dfb34df03acdc9ceb244f7204 (patch) | |
tree | fb4411e2ba51b30b728fa720964e673607ece91b /html/story-teller/styles.css | |
parent | 1768e1fd0ddc4a059869caa8ff4b08b5734e3982 (diff) | |
download | tour-ecff6d35e51ee35dfb34df03acdc9ceb244f7204.tar.gz |
*
Diffstat (limited to 'html/story-teller/styles.css')
-rw-r--r-- | html/story-teller/styles.css | 8 |
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 |