rephrase "get sticky"

This commit is contained in:
EDRipper 2025-12-13 17:46:44 -05:00
parent 598ab407b9
commit f13f5e113f
2 changed files with 11 additions and 2 deletions

View file

@ -19,7 +19,7 @@
<div class="content-container">
<h1><u>Hack Club Stickers</u></h1>
<p>Get sticky! Every Hack Clubber gets free stickers, and can code or trade to earn a collection.</p>
<p>Every Hack Clubber gets free high quality stickers, and can code or trade to earn a collection.</p>
<Peelable
class="login-sticker"

View file

@ -306,6 +306,15 @@
cursor: pointer;
}
.sticker-image :global(img) {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
-webkit-touch-callout: none;
}
.sticker-image {
width: 200px;
height: 200px;
@ -317,7 +326,7 @@
}
.sticker-item:hover .sticker-image {
transform: rotate(var(--rotation, 0deg)) scale(1.075);
transform: rotate(var(--rotation, 0deg)) scale(1.05);
}
.sticker-image :global(img) {