From 0383ec91893e0bf2462bd44d6168d50f68372ebb Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sun, 23 Jul 2017 12:00:50 +0200 Subject: [PATCH 1/2] use content class for div around translation paragraph --- index.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 48377e3..95185fc 100644 --- a/index.html +++ b/index.html @@ -38,12 +38,15 @@

Recently completed.

+
+

Participate

+

By being open-source, Zen evolve through its contributors, have a look at https://github.com/CoderDojo/cp-local-development on how to set up Zen locally

-

Participate

-

By being open-source, Zen evolve through its contributors, have a look at https://github.com/CoderDojo/cp-local-development on how to set up Zen locally

- -

Even if you're not somebody with technical skills, you can contribute by completing the translations - @niccokunzmann made a clear video on how to do so :)

- - +

+ Even if you're not somebody with technical skills, you can contribute by completing the translations + @niccokunzmann made a clear video on how to do so :) +

+ + +
From 9657426a6ccb01b251cf966233fc362b907b1555 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sun, 23 Jul 2017 12:02:06 +0200 Subject: [PATCH 2/2] make content sactions non-overlapping --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 59e3c71..787470b 100644 --- a/style.css +++ b/style.css @@ -39,6 +39,10 @@ body { background-color: #f9f9f9; } +.content { + display: inline-block; +} + .content span{ margin-right: 2.5%; }