comparison css/app.css @ 291:aec0725ecef3

* css/app.css: remove debug tags.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 29 May 2022 01:56:38 +0900
parents 8da97b471f16
children
comparison
equal deleted inserted replaced
290:41b6f0861d56 291:aec0725ecef3
1 /* Custom classes*/ 1 /* Custom classes*/
2 2
3 body { background-color: #333; } 3 body { background-color: #333; }
4 div.white { 4 div.white { background-color: #FFF; }
5 background-color: #FFF;
6 display: -webkit-box;
7 display: -ms-flexbox;
8 display: flex;
9 -ms-flex-wrap: wrap;
10 flex-wrap: wrap;
11 }
12 div.vertical-stretch { min-height: 70vh; } 5 div.vertical-stretch { min-height: 70vh; }
13 6
14 h3, h4 { margin-top: 1em; } 7 h3, h4 { margin-top: 1em; }
15 footer { 8 footer {
16 color: #FFF; 9 color: #FFF;