mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -04:00
Update sponsor information
This commit is contained in:
parent
0907dacae1
commit
40c5fdb3e3
2 changed files with 5 additions and 6 deletions
|
@ -145,12 +145,6 @@ $anonymousPatronCount = Db::QueryInt('SELECT sum(cnt)
|
|||
<section id="corporate-sponsors">
|
||||
<h3>Corporate Sponsors</h3>
|
||||
<ol class="donors corporate">
|
||||
<li>
|
||||
<a href="https://www.threadablebooks.com">
|
||||
<img src="/images/masthead/sponsors/threadable.svg" alt="" />
|
||||
<p>Threadable</p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.scribophile.com">
|
||||
<img src="/images/masthead/sponsors/scribophile.svg" alt="" />
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue