summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-04-28 22:39:17 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2015-04-28 22:39:17 -0400
commit86a5668aefe7408961dc6a6b48fb06cc7a6c5e9f (patch)
tree74b48c078352f941bb44a5e8925851c0b2e7e30d
parentea13fe190d9c17394e14edd9ed27c9977aebf2cf (diff)
downloadreading_group-86a5668aefe7408961dc6a6b48fb06cc7a6c5e9f.tar.gz
700px --> 900px
-rw-r--r--index.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.jinja b/index.jinja
index d020982..384f4e3 100644
--- a/index.jinja
+++ b/index.jinja
@@ -5,7 +5,7 @@
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Submodularity Reading Group</title>
<style>
-body { font-family: "Source Sans Pro", "Verdana", "Helvetica", sans-serif; color: #333; font-size: 13pt; max-width: 700px; margin: 0 auto; padding: 0 1em }
+body { font-family: "Source Sans Pro", "Verdana", "Helvetica", sans-serif; color: #333; font-size: 13pt; max-width: 900px; margin: 0 auto; padding: 0 1em }
.subtext { font-size: 80%; font-weight: normal; }
a { text-decoration: none; color: #428BCA}
a:hover {text-decoration: underline; color: #2A6496}