diff --git a/tiny0/static/qr.png b/tiny0/static/qr.png new file mode 100644 index 0000000..29fc7da Binary files /dev/null and b/tiny0/static/qr.png differ diff --git a/tiny0/static/style.css b/tiny0/static/style.css index 89f74d0..825daab 100644 --- a/tiny0/static/style.css +++ b/tiny0/static/style.css @@ -46,13 +46,17 @@ body { padding: 30px 0px; box-shadow: 0px 10px 20px #000000; width: 80vw; - height: auto; + height: 100px; margin: 35vh auto 0 auto; + display: flex; } .inputs { display: flex; + width: 80vw; + height: 50px; justify-content: center; + margin: 25px 0; } .url { @@ -60,7 +64,7 @@ body { border: 2px solid #bb86fc; color: #ffffff; width: 60%; - padding: 10px 10px; + padding: 10px; margin-left: 3%; } @@ -108,7 +112,20 @@ body { color: #ffffff; list-style: none; text-align: center; - margin: 40vh auto 0 auto; + margin: 30vh auto 0 auto; +} + +.donation h1 { + margin-bottom: 2vh; +} + +.donation h4 { + margin-bottom: 4vh; +} + +.donation img { + padding: 1vh; + background-color: #ffffff; } diff --git a/tiny0/templates/donate.html b/tiny0/templates/donate.html index e5ca38d..2e4f698 100644 --- a/tiny0/templates/donate.html +++ b/tiny0/templates/donate.html @@ -10,6 +10,7 @@ {% endblock %}