diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..057814d --- /dev/null +++ b/static/style.css @@ -0,0 +1,6 @@ +#contents { + width: 800px; + margin: auto; + margin-top: 16px; +} + |