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;