pull/106/head
Alex Kern 6 years ago
parent d082d29a7d
commit 2a38c0f283

@ -62,7 +62,7 @@ export default class App extends React.Component {
</div>
<footer className="footer">
<p>
Donations: <strong>1P7yFQAC3EmpvsB7K9s6bKPvXEP1LPoQnY</strong>
BTC Donations: <strong>1P7yFQAC3EmpvsB7K9s6bKPvXEP1LPoQnY</strong>
</p>
<p className="byline">

@ -219,7 +219,8 @@ p {
border: none
color: white
width: calc(100vw - 40px)
margin: 0 20px
max-width: 800px
margin: 0 auto
border-radius: 4px
font: bold 18px/20px "Quicksand", sans-serif
transition: 0.25s
@ -242,7 +243,8 @@ p {
background: green
transition: all 1s ease
width: calc(100vw - 40px)
margin: 0 20px
max-width: 800px
margin: 0 auto
border-radius: 4px
.progress-bar-inner {

Loading…
Cancel
Save