Swap lines in style

This commit is contained in:
2025-10-10 14:05:36 +03:00
parent 6e4b5578c0
commit 1ae6e46f42
+3 -6
View File
@@ -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;