diff options
author | Matt Braddock <matt.braddock@gmail.com> | 2019-01-01 10:50:32 -0500 |
---|---|---|
committer | Matt Braddock <matt.braddock@gmail.com> | 2019-01-01 10:50:32 -0500 |
commit | 6ea7063ac4a1d417711bc1b36574419542b6688d (patch) | |
tree | 211459254bad2b08f4ea08fe5360b0e4e8b22228 /index.css | |
parent | cce22684bff556b3a71b7cd9038765308b6b2ca5 (diff) |
initial version
Diffstat (limited to 'index.css')
-rw-r--r-- | index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/index.css b/index.css new file mode 100644 index 0000000..255f752 --- /dev/null +++ b/index.css @@ -0,0 +1,4 @@ +.content { + max-width: 500px; + margin: auto; +}
\ No newline at end of file |