From f5b199faeae124ee248f013b8378ffd8fdfd733f Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 21 Mar 2024 16:22:34 +0100 Subject: [PATCH] =?UTF-8?q?welcome=20@betterstack-community=20=E2=9C=8C?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/default.html | 4 +++- assets/css/app.css | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index aa0ae44..56f4a92 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -132,7 +132,9 @@ Kindly supported by  👉
  • - + + +
  • diff --git a/assets/css/app.css b/assets/css/app.css index 7f6c276..e42ff66 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -129,7 +129,11 @@ ul#sponsoring li { font-size: 16px; } -ul#sponsoring li img { +ul#sponsoring li a { + display: flex; +} + +ul#sponsoring li a img { max-width: 180px; max-height: 80px; }