Fix backers

This commit is contained in:
Jeremy Thomas
2018-05-06 14:22:35 +01:00
parent 2e5c60dd50
commit 6f1d0743a3
6 changed files with 3 additions and 22 deletions

View File

@@ -21,9 +21,6 @@
<li>
KeyCDN
</li>
<li>
Tooltwist
</li>
<li>
Aaron
<a href="https://twitter.com/aequasi" target="_blank" rel="nofollow">

View File

@@ -112,12 +112,6 @@
"twitter": "aequasi",
"start_timestamp": 1511242659284
},
{
"first_name": "Tooltwist",
"last_name": "",
"twitter": "",
"start_timestamp": 1522552630215
},
{
"first_name": "KeyCDN",
"last_name": "",

View File

@@ -27,16 +27,6 @@
height="43.5"
%}
</a>
<a href="http://tooltwist.com/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/tooltwist"
extension="png"
alt="tooltwist logo"
width="160"
height="51"
%}
</a>
</div>
</div>

View File

@@ -39,7 +39,7 @@
display: flex
margin-left: auto
margin-right: auto
max-width: 1130px
max-width: 1040px
.bd-partner
&.bd-is-sponsor
flex-grow: 1

View File

@@ -13051,7 +13051,7 @@ svg {
display: flex;
margin-left: auto;
margin-right: auto;
max-width: 1130px;
max-width: 1040px;
}
.bd-partner.bd-is-sponsor {
flex-grow: 1;

File diff suppressed because one or more lines are too long