From 50d34bbd702e2f0a4850820549c1c9b9396743dd Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Mon, 24 May 2021 13:03:47 +0200 Subject: [PATCH] use min-height instead of height --- make-pages/IndexPage.hs | 2 +- style/shiny/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make-pages/IndexPage.hs b/make-pages/IndexPage.hs index fdc5372..9491659 100644 --- a/make-pages/IndexPage.hs +++ b/make-pages/IndexPage.hs @@ -16,7 +16,7 @@ make' root (IndexInfo {title, desc, galleries, links, footer}) = [b|@0 - + diff --git a/style/shiny/index.css b/style/shiny/index.css index 498b262..9cc4d2f 100644 --- a/style/shiny/index.css +++ b/style/shiny/index.css @@ -1,7 +1,7 @@ @import url(base.css); :root { - height: 100vh; + min-height: 100vh; display: flex; align-items: center; justify-content: center;