Skip to content

Commit

Permalink
made FINOS image smaller on footer
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzwolf committed May 21, 2019
1 parent 5950ed5 commit 6664c2e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 4 deletions.
24 changes: 24 additions & 0 deletions finos_wordmark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions footerimg/finos_wordmark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions website/core/Footer.js
Expand Up @@ -119,10 +119,10 @@ class Footer extends React.Component {
</div>
</section>
<section className="finos finosBanner">
<a href="https://www.finos.org">
<img id="finosicon" src={`img/finos_wordmark.svg`} height='150px' alt="FINOS" title="FINOS"/>
</a>
<h2 id="proud">Proud member of the Fintech Open Source Foundation</h2>
<a href="https://www.finos.org">
<img id="finosicon" src={`img/finos_wordmark.svg`} height='75px' alt="FINOS" title="FINOS"/>
<h2 id="proud">Proud member of the Fintech Open Source Foundation</h2>
</a>

</section>

Expand Down
1 change: 1 addition & 0 deletions website/static/css/custom.css
Expand Up @@ -150,6 +150,7 @@ body {

.finosBanner h2{
color: #ffffff;
font-size: 16px;
}

article p img,
Expand Down

0 comments on commit 6664c2e

Please sign in to comment.