diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2018-11-06 23:49:06 +0100 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2018-11-06 23:49:06 +0100 |
| commit | 8596fc5d265b4ab8debc6e97a513d82d5394b664 (patch) | |
| tree | ced2f7371d07ad7a1a7e2a4098dc48a07eaab99d /css/style0.css | |
| parent | 4958aab518a46fa294b861a5ff61d1fdafb72793 (diff) | |
Revert CSS change that produces overlapping text instead of responsive layout
Diffstat (limited to 'css/style0.css')
| -rw-r--r-- | css/style0.css | 5 |
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 { |
