Skip to content

Commit

Permalink
Merge pull request #3611 from poanetwork/vb-fix-logo-size
Browse files Browse the repository at this point in the history
Fix logo size
  • Loading branch information
vbaranov committed Feb 8, 2021
2 parents b9b3088 + e93519f commit 7944cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [#3564](https://github.com/poanetwork/blockscout/pull/3564) - Staking welcome message

### Fixes
- [#3611](https://github.com/poanetwork/blockscout/pull/3611) - Fix logo size
- [#3600](https://github.com/poanetwork/blockscout/pull/3600) - Prevent update validator metadata with empty name from contract
- [#3592](https://github.com/poanetwork/blockscout/pull/3592), [#3601](https://github.com/poanetwork/blockscout/pull/3601), [#3607](https://github.com/poanetwork/blockscout/pull/3607) - Contract interaction: fix nested tuples in the output view, add formatting
- [#3583](https://github.com/poanetwork/blockscout/pull/3583) - Reduce RPC requests and DB changes by Staking DApp
Expand Down
2 changes: 1 addition & 1 deletion apps/block_scout_web/assets/css/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ $navbar-logo-width: auto !default;
@media (min-width: 1366px) {
width: 380px;
}
@media (min-width: 1440px) {
@media (min-width: 1540px) {
width: 550px;
}
}
Expand Down

0 comments on commit 7944cc5

Please sign in to comment.