From d85b7117918c5f63220effa80ac3b3f84110c1e3 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Wed, 11 Dec 2019 22:36:32 -0500 Subject: [PATCH] Create two column layout for wide screen browsers --- layouts/_default/baseof.html | 40 ++++++++++++++++++++---------------- static/css/layout.css | 25 ++++++++++++++++++++++ 2 files changed, 47 insertions(+), 18 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 77c396f..26eb1b5 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -30,28 +30,32 @@
-
- {{- block "content-header" . -}} - {{- end -}} +
+
+ {{- block "content-header" . -}} + {{- end -}} +
+
+ {{- block "content" . -}} + + {{ end }} +
+
+ {{- block "content-footer" . -}} + {{- end -}} +
+
+
+ -
-
- {{- block "content" . -}} - - {{ end }} -
-
- {{- block "content-footer" . -}} - {{- end -}} -
- +