qmining-page/src/pages/donate.module.css
2020-11-03 12:37:11 +01:00

24 lines
320 B
CSS

.address {
margin: 20px 0px;
font-size: 20px;
color: white;
word-wrap: break-word;
overflow-wrap: anywhere;
text-align: center;
}
.text {
margin: 5px 0px;
text-align: center;
}
.qr {
max-width: 100%;
width: 400px;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
}