From 1aac73792b195a329441e548d7613e2d88a022f3 Mon Sep 17 00:00:00 2001 From: Cailean Finn Date: Thu, 3 Oct 2024 13:15:46 +0100 Subject: [PATCH] logo order --- public/css/styles.css | 19 +++++++++++++++++-- templates/index.html | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index 6dd5c39..0f22fac 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -260,6 +260,16 @@ hr { align-items: center; } +#index-support-prio-top { + flex-direction: row; + display: flex; + gap: 25px; + margin-top: 50px; + flex-wrap: wrap; + justify-content: space-around; + align-items: center; +} + .index-support-img { width: 100px; height: auto; @@ -867,13 +877,18 @@ animation: 2s fadeInUp; #index-support { - order: -3; + order: -5; } #index-support-prio { - order: 2; + order: -4; } + #index-support-prio-top { + order: -3; + } + + .index-prio-img { width: 100px; height: auto; diff --git a/templates/index.html b/templates/index.html index ad24331..f3e83fa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -42,7 +42,7 @@ ↑ instagram -
+
{% for img in prio_img_top %}