summaryrefslogtreecommitdiff
path: root/css/style0.css
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2018-11-06 23:49:06 +0100
committerThomas Hallgren <th-github@altocumulus.org>2018-11-06 23:49:06 +0100
commit8596fc5d265b4ab8debc6e97a513d82d5394b664 (patch)
treeced2f7371d07ad7a1a7e2a4098dc48a07eaab99d /css/style0.css
parent4958aab518a46fa294b861a5ff61d1fdafb72793 (diff)
Revert CSS change that produces overlapping text instead of responsive layout
Diffstat (limited to 'css/style0.css')
-rw-r--r--css/style0.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/css/style0.css b/css/style0.css
index 3c53c5378..a0eb9c561 100644
--- a/css/style0.css
+++ b/css/style0.css
@@ -17,10 +17,7 @@ h1 img.nofloat { float: none; }
img.right { float: right; }
ol.languages {
- display: flex;
- flex-direction: column;
- flex-wrap: wrap;
- height: 12em;
+ column-width: 12em;
}
.grow {