From 342ca6ac760e1f585525fbf6e469d48b5b55efee Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 4 Dec 2017 22:04:04 +1100 Subject: [PATCH] Switch back to full-width
, I like it better after all --- lemoncurry/static/lemoncurry/css/layout.styl | 4 ++-- lemoncurry/templates/lemoncurry/layout.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lemoncurry/static/lemoncurry/css/layout.styl b/lemoncurry/static/lemoncurry/css/layout.styl index 3172878..5c51ac4 100644 --- a/lemoncurry/static/lemoncurry/css/layout.styl +++ b/lemoncurry/static/lemoncurry/css/layout.styl @@ -52,8 +52,8 @@ body > main - margin-top 2rem - margin-bottom 2rem + padding 2rem + width 100% flex 1 display flex diff --git a/lemoncurry/templates/lemoncurry/layout.html b/lemoncurry/templates/lemoncurry/layout.html index 400b43c..58d7dbb 100644 --- a/lemoncurry/templates/lemoncurry/layout.html +++ b/lemoncurry/templates/lemoncurry/layout.html @@ -60,7 +60,7 @@ {% endif %} -
+
{% block main %}{% endblock %}