commit
3863260ed2
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,4 @@
|
||||||
html {
|
html {
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background-image: linear-gradient(to bottom right, #013c4a 0, #193e4c 44%, #004b5b 100%) !important;
|
background-image: linear-gradient(to bottom right, #013c4a 0, #193e4c 44%, #004b5b 100%) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
@ -126,13 +124,13 @@ p {
|
||||||
#donation-qr {
|
#donation-qr {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 80vh;
|
height: 80vh;
|
||||||
max-width: 600px;
|
max-width: 250px;
|
||||||
max-height: 600px;
|
max-height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#donation-qr-container {
|
#donation-qr-container {
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 20px;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -154,7 +152,6 @@ p {
|
||||||
display: none;
|
display: none;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#donation-qr {
|
#donation-qr {
|
||||||
|
|
Loading…
Reference in a new issue