From 1ae6e46f420263eba5eb8ef2ea6fb0f76b3654c6 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Fri, 10 Oct 2025 14:05:36 +0300 Subject: [PATCH] Swap lines in style --- templates/personal/risdeveau/index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/templates/personal/risdeveau/index.html b/templates/personal/risdeveau/index.html index 4183858..dc727d2 100644 --- a/templates/personal/risdeveau/index.html +++ b/templates/personal/risdeveau/index.html @@ -20,6 +20,9 @@ .qr img { width: 100%; } + .qr p { + text-align: center; + } .blocks.qr { flex-wrap: nowrap; @@ -29,7 +32,6 @@ scroll-behavior: smooth; scroll-snap-type: x mandatory; } - .blocks.qr::-webkit-scrollbar { display: none; } .block.qr { @@ -38,15 +40,10 @@ max-width: 13.666rem; } - .qr p { - text-align: center; - } - .badges .block { flex: 1; text-wrap-mode: nowrap; } - .badges .block:hover { flex: 1.5; transform: none;