донат :)

This commit is contained in:
Alexey Kasyanchuk
2017-01-08 11:53:20 +03:00
parent 8b13208037
commit 1cf631277b
3 changed files with 15 additions and 0 deletions

View File

@ -20,3 +20,14 @@
padding-left: 10px !important;
}
}
@media only screen and (max-width: 510px)
{
.donation-line {
width: 65%;
}
}
.donation-line {
margin-top: 15px;
}

View File

@ -33,6 +33,7 @@ export default class IndexPage extends Component {
<Search />
<div className='column center w100p pad0-75'>
<RecentTorrents />
<div className='fs0-75 pad0-75 break-word donation-line' style={{color: 'grey'}}>Donation to support project (bitcoin): 1Ega5zeCSMPgyDn6fEMMiuGoqNNpS53ipK</div>
</div>
</div>
);

View File

@ -193,6 +193,9 @@ export default class TorrentPage extends Component {
:
null
}
<div className='column center'>
<div className='fs0-75 pad0-75 break-word donation-line' style={{color: 'grey'}}>Donation to support project (bitcoin): 1Ega5zeCSMPgyDn6fEMMiuGoqNNpS53ipK</div>
</div>
</div>
);
}