diff --git a/index.html b/index.html index 587b150..1f0f065 100644 --- a/index.html +++ b/index.html @@ -38,16 +38,17 @@

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

- -

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 :)

- - - +
+

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 :) +

+ +
+ 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%; }