diff --git a/templates/personal/risdeveau/index.html b/templates/personal/risdeveau/index.html index c5a3c20..b6ce227 100644 --- a/templates/personal/risdeveau/index.html +++ b/templates/personal/risdeveau/index.html @@ -17,12 +17,15 @@ margin-block-end: 0; } - {% if g.is_mobile %} - .qr img { width: 100%; } + .qr img { + width: 100%; + max-width: 13.66rem; + } .blocks.qr { flex-wrap: nowrap; overflow-x: auto; width: calc(100vw - 1rem); + max-width: 45rem; scroll-behavior: smooth; scroll-snap-type: x mandatory; } @@ -34,9 +37,6 @@ scroll-snap-align: start; max-width: 16rem; } - {% else %} - .qr img { width: 13.66rem; /* (x + 1) * 3 + 1 = 45 */ } - {% endif %} .qr p { text-align: center;