diff --git a/en/index.html b/en/index.html index 2646e4e..5ea6313 100644 --- a/en/index.html +++ b/en/index.html @@ -116,7 +116,6 @@ contribute to the success of the event. On the following page, you can learn more about it:

Elf System - Participate
@@ -168,6 +167,12 @@

Our Supporters

Would you like to support the TDF financially or in other ways, or do you know someone who might be diff --git a/image/logo-coworkgroupde.jpg b/image/logo-coworkgroupde.jpg new file mode 100644 index 0000000..40c68fd Binary files /dev/null and b/image/logo-coworkgroupde.jpg differ diff --git a/image/logo-puzzle.png b/image/logo-puzzle.png new file mode 100644 index 0000000..3dacf35 Binary files /dev/null and b/image/logo-puzzle.png differ diff --git a/index.html b/index.html index 12273d5..44ae488 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,6 @@ erfahren:

Elfensystem - Mitmachen
@@ -169,6 +168,12 @@

Unsere Sponsoren

Möchtest du den TDF finanziell oder auf andere Weise unterstützen oder kennst jemanden, der dafür in diff --git a/styles-4.7.css b/styles-4.7.css index a9590c4..34f9228 100644 --- a/styles-4.7.css +++ b/styles-4.7.css @@ -350,17 +350,22 @@ h3, #sponsor .sponsor-logos { display: flex; flex-wrap: wrap; - gap: 2em; + gap: 4em; list-style: none; padding: 2em; margin: 0; align-items: center; + justify-content: center; background-color: #f8f8f8; border-radius: 8px; } #sponsor .sponsor-logos li { list-style: none !important; + flex: 0 0 calc(33.333% - 10em); + display: flex; + justify-content: center; + align-items: center; } #sponsor .sponsor-logos img {