mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-09 04:06:25 +01:00
web/DonateBanner: fix top scroll caused by banner hearts overflowing
wtf
This commit is contained in:
parent
0b602b9164
commit
075b2799e3
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
#banner-background-inner {
|
#banner-background-inner {
|
||||||
color: white;
|
color: white;
|
||||||
transform: rotate(-10deg) scale(1.5) translateY(-70px);
|
transform: rotate(-10deg) scale(1.5) translateY(-70px);
|
||||||
|
display: table-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner-background-inner :global(.heart-icon) {
|
#banner-background-inner :global(.heart-icon) {
|
||||||
|
|
Loading…
Reference in a new issue