From cbfce738c254a243b995beb52cff065846dd9dfb Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 10 Nov 2018 02:21:50 +0530 Subject: Initial commit. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/style.css (limited to 'static') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..bb8c6c5 --- /dev/null +++ b/static/style.css @@ -0,0 +1,4 @@ +body { + max-width: 800px; + margin: 0 auto; +} -- cgit v1.2.3