Skip to content

Commit

Permalink
Adjust size of logos in CSS to achieve a rendering similar to pre-a0a…
Browse files Browse the repository at this point in the history
…f7b93
  • Loading branch information
ranolfi committed Nov 12, 2019
1 parent a0af7b9 commit a591304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/primary.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ h1 {
-webkit-box-shadow: 0 14px 14px rgba(0,0,0,0.16);
-moz-box-shadow: 0 14px 14px rgba(0,0,0,0.16);
display: inline-block;
padding: .5em 1em;
padding: .60em 1.10em;
margin: 0 .2em;
color: inherit;
text-decoration: none;
Expand All @@ -61,7 +61,7 @@ h1 {
}

.btn-link img {
width: 50px;
width: 46px;
}

img.invert {
Expand Down

0 comments on commit a591304

Please sign in to comment.