mirror of
https://github.com/mempool/mempool.git
synced 2025-03-12 10:31:03 +01:00
Merge pull request #5593 from mempool/simon/whale-size-increase
Whale size increase
This commit is contained in:
commit
a3884b95b8
2 changed files with 8 additions and 1 deletions
|
@ -211,7 +211,7 @@
|
||||||
|
|
||||||
<ng-container>
|
<ng-container>
|
||||||
<div *ngIf="profiles$ | async as profiles" id="community-sponsors-anchor">
|
<div *ngIf="profiles$ | async as profiles" id="community-sponsors-anchor">
|
||||||
<div class="community-sponsor" style="margin-bottom: 68px" *ngIf="profiles.whales.length > 0">
|
<div class="community-sponsor whale-sponsor" style="margin-bottom: 68px" *ngIf="profiles.whales.length > 0">
|
||||||
<h3 i18n="about.sponsors.withHeart">Whale Sponsors</h3>
|
<h3 i18n="about.sponsors.withHeart">Whale Sponsors</h3>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<ng-container>
|
<ng-container>
|
||||||
|
|
|
@ -92,6 +92,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.whale-sponsor {
|
||||||
|
img {
|
||||||
|
width: 70px;
|
||||||
|
height: 70px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.alliances {
|
.alliances {
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Add table
Reference in a new issue