changeset 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 41b6f0861d56
children bc36619e9e10
files css/app.css
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/css/app.css	Sun May 29 01:44:12 2022 +0900
+++ b/css/app.css	Sun May 29 01:56:38 2022 +0900
@@ -1,14 +1,7 @@
 /* Custom classes*/
 
 body { background-color: #333; }
-div.white {
-  background-color: #FFF;
-  display: -webkit-box;
-  display: -ms-flexbox;
-  display: flex;
-  -ms-flex-wrap: wrap;
-  flex-wrap: wrap;
-}
+div.white { background-color: #FFF; }
 div.vertical-stretch { min-height: 70vh; }
 
 h3, h4 { margin-top: 1em; }