From 8b338f882b5fea324bba593660013c72bbd78c36 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 11 Jun 2019 08:07:25 -0400 Subject: [PATCH] Fix footer layout --- src/stylesheet.css.pp | 7 ++++--- src/template.html.p | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/stylesheet.css.pp b/src/stylesheet.css.pp index 667081f..c24479f 100644 --- a/src/stylesheet.css.pp +++ b/src/stylesheet.css.pp @@ -13,9 +13,6 @@ body { height: 100%; max-width: 1920px; - display: flex; - flex-direction: column; - justify-content: space-between; font-size: 21px; font-family: ◊|serif-font-stack|; color: ◊|body-color|; @@ -64,6 +61,9 @@ pre > code.hljs { .site { height: 100%; + display: flex; + flex-direction: column; + justify-content: space-between; } .main { @@ -71,6 +71,7 @@ pre > code.hljs { grid-template-columns: repeat(12, 1fr); grid-auto-rows: auto; grid-gap: 1rem; + flex: 3; } .content { diff --git a/src/template.html.p b/src/template.html.p index afa01b9..a8a5d63 100644 --- a/src/template.html.p +++ b/src/template.html.p @@ -21,10 +21,10 @@
◊(->html doc)
+ -