Revert CSS change that produces overlapping text instead of responsive layout

This commit is contained in:
Thomas Hallgren
2018-11-06 23:49:06 +01:00
parent 4958aab518
commit 8596fc5d26

View File

@@ -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 {