From 373f6a413b4645847c895076887848d3172657a3 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 9 Feb 2022 16:50:21 -0600 Subject: [PATCH] Update corporate sponsor logo CSS --- www/about/index.php | 4 ++-- www/css/core.css | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/www/about/index.php b/www/about/index.php index 32e3dbe5..c761d356 100644 --- a/www/about/index.php +++ b/www/about/index.php @@ -103,9 +103,9 @@ require_once('Core.php');
  1. - The logo for Scribophile + +

    Scribophile

    -

    Scribophile

diff --git a/www/css/core.css b/www/css/core.css index 46f08626..ffe2e863 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -1824,9 +1824,19 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{ .masthead ol.corporate img{ max-height: 100px; max-width: 100%; + margin-right: 0; + box-sizing: content-box; +} + +.masthead ol.donors.corporate{ + display: flex; + justify-content: center; +} + +.masthead ol.donors.corporate li + li{ + margin-left: 2rem; } -.masthead ol.donors.corporate, .masthead ol.donors.corporate p{ text-align: center; }