From d21324b84e248ac5281213e727c009ac8f68b2b3 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Sun, 10 Nov 2024 00:21:48 +0300 Subject: Fix sponsors styles --- index.html | 30 ++++++++++++++---------------- style.css | 16 ++++++++++++++-- 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index a413f2a..3388b4c 100644 --- a/index.html +++ b/index.html @@ -126,23 +126,21 @@ -
+

Спонсоры

-
-
Автор igorek.dev
-
@olekkorepanov
-
- @gigachad_shlepaZ -
-
@gberdyshev
-
@j_artem
-
@Extra_Cat_507
-
@night_skumbry
-
@evgrart_st
-
@YushiNoN
-
@Pavtor09
-
@oriptal
-
@lissik101
+
diff --git a/style.css b/style.css index c129eb4..9b72345 100644 --- a/style.css +++ b/style.css @@ -62,18 +62,20 @@ footer { background-color: var(--color-surface-container); border-radius: 2em 2em 0 0; - display: grid; - grid-template-columns: 1fr 4fr; + display: flex; + flex-wrap: wrap; padding: 1.5em; } footer > * { + margin-bottom: 1em; margin-right: 1em; } footer > *:last-child { margin-right: 0; + margin-bottom: 0; } h1, @@ -141,3 +143,13 @@ img { text-align: center; display: block; } + +.sponsors { + display: flex; + flex-wrap: wrap; +} + +.sponsors > * { + flex: 1 1 150px; + text-wrap: nowrap; +} -- cgit v1.2.3