From d8ead1920d32df4b9eed0b05cde9e7bf6af947af Mon Sep 17 00:00:00 2001 From: alicestrt Date: Tue, 1 Jun 2021 14:48:15 +0300 Subject: [PATCH] edited style --- index.html | 15 +++++++++------ style.css | 10 +++++++--- 2 files changed, 16 insertions(+), 9 deletions(-) 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:

  • Dates:
  • +
  • Location(s):
  • +
  • What we offer:
    - * 3 days of focused discussions, experiments, exercises and speculation in various locations in Rotterdam
    - * Rapid SARS-COV2 tests for every participant to make sure we stay as safe as possible
    +
    + * 3 days of focused discussions, experiments, exercises and speculation in various locations in Rotterdam

    + * Rapid SARS-COV2 tests for every participant to make sure we stay as safe as possible

    * Plenty of snacks and refreshments and 3 vegetarian meals/snacks a day
  • - -
  • What not to bring:
    +
    +
  • Not implicitly necessary:

    * Computers

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