summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-29 18:36:27 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-29 18:36:27 +0200
commit55414c617e1ea4e656dac48e88f99eb560f54abd (patch)
tree12c19305d7261a3ef93c23f5afa6283d1e080939 /contrib
parentc2bf5fedfd7c703b3cb807f34655f3bb39f80840 (diff)
downloadmerchant-55414c617e1ea4e656dac48e88f99eb560f54abd.tar.gz
merchant-55414c617e1ea4e656dac48e88f99eb560f54abd.tar.bz2
merchant-55414c617e1ea4e656dac48e88f99eb560f54abd.zip
style fixes thanks to Torsten Grothoff
Diffstat (limited to 'contrib')
-rw-r--r--contrib/request_payment.must15
1 files changed, 9 insertions, 6 deletions
diff --git a/contrib/request_payment.must b/contrib/request_payment.must
index 28508086..7d6effcc 100644
--- a/contrib/request_payment.must
+++ b/contrib/request_payment.must
@@ -51,13 +51,16 @@
.qr {
margin: auto;
text-align: center;
- transition: transform .2s;
- height: 25vh;
- width: 25vh;
- font-size: 0.43vh;
}
-.qr:hover {
- transform: scale(1.5);
+.qrtext {
+ width: max-content;
+ margin: auto;
+ transition: font-size 0.2s;
+ font-family: 'Lucida Console', Monaco, monospace;
+ font-size: 0.5em;
+}
+.qrtext:hover {
+ font-size: 1em;
}
.talerbar {
margin: 0;