From 1cf631277b80fbfad551ae6a17017811067a526c Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 8 Jan 2017 11:53:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=BD=D0=B0=D1=82=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/izi/components.css | 11 +++++++++++ src/index-page.js | 1 + src/torrent-page.js | 3 +++ 3 files changed, 15 insertions(+) diff --git a/src/css/izi/components.css b/src/css/izi/components.css index 24633a8..5daa275 100644 --- a/src/css/izi/components.css +++ b/src/css/izi/components.css @@ -20,3 +20,14 @@ padding-left: 10px !important; } } + +@media only screen and (max-width: 510px) +{ + .donation-line { + width: 65%; + } +} + +.donation-line { + margin-top: 15px; +} diff --git a/src/index-page.js b/src/index-page.js index 060a476..778add2 100644 --- a/src/index-page.js +++ b/src/index-page.js @@ -33,6 +33,7 @@ export default class IndexPage extends Component {
+
Donation to support project (bitcoin): 1Ega5zeCSMPgyDn6fEMMiuGoqNNpS53ipK
); diff --git a/src/torrent-page.js b/src/torrent-page.js index e8ea44a..09d37eb 100644 --- a/src/torrent-page.js +++ b/src/torrent-page.js @@ -193,6 +193,9 @@ export default class TorrentPage extends Component { : null } +
+
Donation to support project (bitcoin): 1Ega5zeCSMPgyDn6fEMMiuGoqNNpS53ipK
+
); }