From 3d957e182394787631ac232d31af99bbdd941851 Mon Sep 17 00:00:00 2001 From: AlexRoidl Date: Tue, 28 Nov 2017 11:10:39 +0100 Subject: [PATCH] collumns fix --- 04/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/04/index.html b/04/index.html index d2115c3..fc8ebeb 100644 --- a/04/index.html +++ b/04/index.html @@ -180,6 +180,13 @@ height: 250vh; font-weight: normal; margin-top: -40px; } + + #textcontainer p{ + column-count: 1; + column-gap: 40px; + text-align: justify; + } + #infocontainer{ cursor: move; position: fixed;