This commit is contained in:
2025-05-15 14:13:45 -03:00
parent d988dcd278
commit 29f149eded
3 changed files with 9 additions and 8 deletions

View File

@@ -17,8 +17,9 @@ const relatedCourses = data?.relatedCourses
<Container class="flex items-center relative py-3">
<button
data-toggle="menu"
class="text-black font-medium cursor-pointer lg:bg-white/15 hover:outline lg:border border-black lg:py-0.5 lg:px-2.5 rounded-lg transition flex items-center gap-1
lg:group-open/menu:outline"
class="text-black font-medium cursor-pointer lg:bg-white/15 hover:outline
lg:border border-black lg:py-0.5 lg:px-2.5 rounded-lg transition
flex items-center gap-1 lg:group-open/menu:outline"
>
<div class="truncate max-w-36 sm:max-w-72">
{title}
@@ -39,7 +40,7 @@ const relatedCourses = data?.relatedCourses
<div class="text-black bg-lime-400 rounded-xl lg:rounded-2xl">
<button
class="border border-black absolute rounded-full cursor-pointer outline-none
top-2.5 lg:top-5 right-5"
top-2.5 lg:top-5 right-5"
data-dismiss
>
<Icon name="x-mark" class="size-4 p-0.5" />