From 08830da7a5144972025bbf00086a29aa0a9eff9a Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Wed, 5 Aug 2026 13:03:00 +0200 Subject: [PATCH] FOR SALE ribbon: rotate -90deg around center. Simple whole-badge CCW rotation; drop per-letter counter-rotate. Co-authored-by: Cursor --- assets/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index a26e067..c88e878 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -2503,8 +2503,8 @@ button.report-tag--filter:hover { z-index: 1100; cursor: pointer; text-decoration: none; - transform: rotate(-45deg); - transform-origin: 100% 100%; + transform: rotate(-90deg); + transform-origin: center center; line-height: 0; } .platform-for-sale-badge:focus-visible {