diff css/app.css @ 289:8da97b471f16

Fix vertical height.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 29 May 2022 01:37:16 +0900
parents 2e13395adcc0
children aec0725ecef3
line wrap: on
line diff
--- a/css/app.css	Sun May 29 01:25:16 2022 +0900
+++ b/css/app.css	Sun May 29 01:37:16 2022 +0900
@@ -9,6 +9,7 @@
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }
+div.vertical-stretch { min-height: 70vh; }
 
 h3, h4 { margin-top: 1em; }
 footer {