We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9187d4 + bc2a9a0 commit 2d38140Copy full SHA for 2d38140
src/pages/events/[...slug].astro
@@ -229,10 +229,9 @@ const OGImage = "https://fossuok.org/images/thumbnail.jpg";
229
entry.data.registrationLink && (
230
<a
231
href={entry.data.registrationLink}
232
- class="relative flex h-11 w-full items-center justify-center px-6 bg-primary rounded-full"
233
- >
234
- Register Now
235
- </a>
+ class="relative flex w-full h-9 text-sm font-semibold items-center justify-center px-4 rounded-full text-white bg-primary transition duration-300 hover:scale-105 active:duration-75 active:scale-95 sm:w-max">
+ Register Now
+ </a>
236
)
237
}
238
</div>
0 commit comments