From 40c5fdb3e3c5470477ed49b03cb4712a391bbeda Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Thu, 1 Sep 2022 11:06:58 -0500 Subject: [PATCH] Update sponsor information --- www/about/index.php | 6 ------ www/css/core.css | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/about/index.php b/www/about/index.php index 4517dae1..223c05cf 100644 --- a/www/about/index.php +++ b/www/about/index.php @@ -145,12 +145,6 @@ $anonymousPatronCount = Db::QueryInt('SELECT sum(cnt)

Corporate Sponsors

    -
  1. - - -

    Threadable

    -
    -
  2. diff --git a/www/css/core.css b/www/css/core.css index 4e5318a4..51754a59 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -2102,6 +2102,11 @@ h1 + ul.message, text-align: center; } +.masthead ol.donors.corporate a{ + display: flex; + flex-direction: column; +} + .masthead ol li{ margin: 0; }