Update backers March 2018

This commit is contained in:
Jeremy Thomas
2018-04-02 23:29:59 +01:00
parent a316d09f45
commit 3c29bbdac1
17 changed files with 113 additions and 39 deletions

View File

@@ -13471,6 +13471,8 @@ html.route-index .hero.is-primary a.column:hover .title strong {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
@@ -13486,6 +13488,7 @@ html.route-index .hero.is-primary a.column:hover .title strong {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 10px 20px;
width: 200px;
}