mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Changed/added donate page
This commit is contained in:
parent
e21f281dc5
commit
9aa0c111ce
4 changed files with 89 additions and 18 deletions
24
src/pages/donate.module.css
Normal file
24
src/pages/donate.module.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue