diff --git a/c3l_membership/static/pdf.css b/c3l_membership/static/pdf.css --- a/c3l_membership/static/pdf.css +++ b/c3l_membership/static/pdf.css @@ -87,18 +87,24 @@ footer { padding: 0; } -.btccontainer { +.cryptocontainer { display: flex; justify-content: space-between; } -.btctext { +.cryptotext { list-style-type: none; margin: 0; padding: 0; + max-width: 20em; } -.btcqrcode { +.cryptotext li { + word-break: break-all; + overflow-wrap: break-word; +} + +.cryptoqrcode { width: 10em; }