comparison 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
comparison
equal deleted inserted replaced
288:2e13395adcc0 289:8da97b471f16
7 display: -ms-flexbox; 7 display: -ms-flexbox;
8 display: flex; 8 display: flex;
9 -ms-flex-wrap: wrap; 9 -ms-flex-wrap: wrap;
10 flex-wrap: wrap; 10 flex-wrap: wrap;
11 } 11 }
12 div.vertical-stretch { min-height: 70vh; }
12 13
13 h3, h4 { margin-top: 1em; } 14 h3, h4 { margin-top: 1em; }
14 footer { 15 footer {
15 color: #FFF; 16 color: #FFF;
16 background-color: #333; 17 background-color: #333;