diff --git a/index.html b/index.html index 5770209..c70d02f 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@

- Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning. Read more about Relearn. + Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.

Read more about Relearn.

@@ -42,7 +42,7 @@

///////////////////////////////////////////

-

Right now there is so very much to relearn. We can't assume that we will be able to travel, cross borders, be together indoors, all things that were a given in the previous editions of Relearn. Read more about the 2021 edition.

+

Right now there is so very much to relearn. We can't assume that we will be able to travel, cross borders, be together indoors, all things that were a given in the previous editions of Relearn.

Read more about the 2021 edition.

This year, the material conditions of public moments of gathering such as Relearn come under scrutiny: the amount of energy, fuel, safety measures, etc. to make it possible with people coming from different places for a short amount of time.

@@ -57,13 +57,16 @@ This is why we are thinking of this edition in terms of focusing on our local, R

Details:

Read the open call for Relearn 2021

diff --git a/style.css b/style.css index 8be0502..80556af 100644 --- a/style.css +++ b/style.css @@ -62,7 +62,8 @@ img { padding-left: 20px; font-family: "ARK-ES DenseMedium"; font-weight: normal; - font-size: 50px; + font-size: 42px; + margin-top: 20px; } #subtitle { @@ -76,7 +77,7 @@ img { font-size: 16px; padding-left: 20px; padding-right: 100px; - margin-top: 40px; + margin-top: -20px; font-family: "Inconsolata"; } @@ -97,7 +98,7 @@ h1 { } .question { - font-size: 22px; + font-size: 25px; font-family: "ARK-ES Regular"; } @@ -122,6 +123,9 @@ a { padding-top: 20px; } +select { + font-size: 1.5em; +} #logbot-help { float: right; }