From 8596fc5d265b4ab8debc6e97a513d82d5394b664 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Tue, 6 Nov 2018 23:49:06 +0100 Subject: [PATCH] Revert CSS change that produces overlapping text instead of responsive layout --- css/style0.css | 5 +---- 1 file changed, 1 insertion(+), 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 {