From 1ad5f7f8e61829ba089db7d0517ce6ae9241f3f5 Mon Sep 17 00:00:00 2001 From: Chris Heathcote Date: Tue, 15 Dec 2015 13:48:23 +0000 Subject: [PATCH] Trialling 1/4 width nav --- app/assets/stylesheets/app.scss | 4 +++- app/templates/withnav_template.html | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index e049ec7b4..4258962a1 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -47,7 +47,9 @@ } - +.column-three-quarters { + @include grid-column(3/4); +} diff --git a/app/templates/withnav_template.html b/app/templates/withnav_template.html index b0bd19960..10bd186b1 100644 --- a/app/templates/withnav_template.html +++ b/app/templates/withnav_template.html @@ -4,10 +4,10 @@ {% block content %}
-
+
{{ main_nav() }}
-
+
{% block maincolumn_content %}{% endblock %}