mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Update corporate sponsor logo CSS
This commit is contained in:
parent
9f3104025d
commit
373f6a413b
2 changed files with 13 additions and 3 deletions
|
@ -103,9 +103,9 @@ require_once('Core.php');
|
|||
<ol class="donors corporate">
|
||||
<li>
|
||||
<a href="https://www.scribophile.com">
|
||||
<img src="/images/masthead/sponsors/scribophile.svg" alt="The logo for Scribophile" />
|
||||
<img src="/images/masthead/sponsors/scribophile.svg" alt="" />
|
||||
<p>Scribophile</p>
|
||||
</a>
|
||||
<p><a href="https://www.scribophile.com">Scribophile</a></p>
|
||||
</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue