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;