Add display of QR codes when link is clicked

This commit is contained in:
2025-07-26 16:34:56 -04:00
parent 3f942ebf87
commit 0344087136
3 changed files with 32 additions and 12 deletions

View File

@@ -613,3 +613,11 @@ details:not([open]) {
p.value-explainer {
margin-top: 16px;
}
details.value-block ul li {
margin-bottom:32px
}
details.value-block ul li img {
margin-left:auto;
margin-right:auto;
}